shithub: cstory

Download patch

ref: 512b2e4951b569925e56ea019caad021ad042095
parent: a45592302facace75d4cdddca49546cadf391834
author: Gabriel Ravier <gabravier@gmail.com>
date: Tue Nov 5 12:01:21 EST 2019

Documentation : Comment always true condition

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>

--- a/src/NpcAct040.cpp
+++ b/src/NpcAct040.cpp
@@ -1895,7 +1895,7 @@
 				break;
 			}
 
-			if (npc->act_no)
+			if (npc->act_no)	// This is always true
 			{
 				if (npc->act_wait < 150)
 					++npc->act_wait;