Documentation : Comment redundant if

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-11-05 16:59:53 +01:00
parent 6635cc58ed
commit bda9fc391a

View file

@ -1122,7 +1122,7 @@ void ActNpc051(NPCHAR *npc)
npc->tgt_x = npc->x;
npc->tgt_y = npc->y;
if (npc->direct == 0)
if (npc->direct == 0) // Completely redundant as both the conditions are the same
npc->ym = 0x400;
else
npc->ym = 0x400;