Documentation : Removed comment which talks about an issue fixed by commit e34f492418

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-11-09 23:39:28 +01:00
parent 058881e4eb
commit 9461b141f1

View file

@ -1081,8 +1081,6 @@ void ActNpc088(NPCHAR *npc)
case 10: case 10:
if (++npc->act_wait > 100 && npc->act_wait % 6 == 1) 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) if (npc->direct == 0)
deg = 0x88; deg = 0x88;
else else