From 9461b141f1efa82239c7f3045a10f3b1c3b7b5da Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Sat, 9 Nov 2019 23:39:28 +0100 Subject: [PATCH] Documentation : Removed comment which talks about an issue fixed by commit e34f492418a6ec18c6b24303c31ca043f8e3e143 Signed-off-by: Gabriel Ravier --- src/NpcAct080.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/NpcAct080.cpp b/src/NpcAct080.cpp index 0b1f57b2..8a3d0008 100644 --- a/src/NpcAct080.cpp +++ b/src/NpcAct080.cpp @@ -1081,8 +1081,6 @@ void ActNpc088(NPCHAR *npc) case 10: if (++npc->act_wait > 100 && npc->act_wait % 6 == 1) { - // The range of unsigned char is [0, 255] so these two values are implicitly truncated (Might be UB ?) - // TODO : Investigate on whether this is erroneous if (npc->direct == 0) deg = 0x88; else