From ffc6e3e75b6938ec388baebff31d183348ff9fe3 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Tue, 5 Nov 2019 17:03:23 +0100 Subject: [PATCH] Documentation : Comment duplicate line Signed-off-by: Gabriel Ravier --- src/NpcAct100.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NpcAct100.cpp b/src/NpcAct100.cpp index fe7b309d..c56b9d5e 100644 --- a/src/NpcAct100.cpp +++ b/src/NpcAct100.cpp @@ -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;