Documentation : Comment always true condition

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-11-05 17:01:21 +01:00
parent a45592302f
commit 512b2e4951

View file

@ -1895,7 +1895,7 @@ void ActNpc058(NPCHAR *npc)
break; break;
} }
if (npc->act_no) if (npc->act_no) // This is always true
{ {
if (npc->act_wait < 150) if (npc->act_wait < 150)
++npc->act_wait; ++npc->act_wait;