From bda9fc391a26457f32b0b648e6bbe1698722eeaa Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Tue, 5 Nov 2019 16:59:53 +0100 Subject: [PATCH] Documentation : Comment redundant if Signed-off-by: Gabriel Ravier --- src/NpcAct040.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NpcAct040.cpp b/src/NpcAct040.cpp index f53ce803..d133f2c0 100644 --- a/src/NpcAct040.cpp +++ b/src/NpcAct040.cpp @@ -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;