Documentation : Comment always true condition
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
a45592302f
commit
512b2e4951
1 changed files with 1 additions and 1 deletions
|
@ -1895,7 +1895,7 @@ void ActNpc058(NPCHAR *npc)
|
|||
break;
|
||||
}
|
||||
|
||||
if (npc->act_no)
|
||||
if (npc->act_no) // This is always true
|
||||
{
|
||||
if (npc->act_wait < 150)
|
||||
++npc->act_wait;
|
||||
|
|
Loading…
Add table
Reference in a new issue