Documentation : Add note about identical case branches in NpcAct020

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-11-05 16:34:58 +01:00
parent c9e63c7694
commit 6f0ffe546f

View file

@ -306,7 +306,7 @@ void ActNpc025(NPCHAR *npc)
break;
case 2:
case 2: // Identical to case 4
if (++npc->act_wait <= 0x40)
{
npc->y -= 0x200;
@ -328,7 +328,7 @@ void ActNpc025(NPCHAR *npc)
break;
case 4:
case 4: // Identical to case 2
if (++npc->act_wait <= 0x40)
{
npc->y -= 0x200;