Documentation : Comment duplicate line

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

View file

@ -671,7 +671,7 @@ void ActNpc110(NPCHAR *npc)
if (npc->act_wait > 18)
{
npc->act_no = 1;
npc->act_no = 1;
npc->act_no = 1; // Duplicate line
}
break;