Documentation : Comment redundant if
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
6635cc58ed
commit
bda9fc391a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue