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:
parent
058881e4eb
commit
9461b141f1
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue