Documentation : Comment identical case branches in NpcAct280
This commit is contained in:
parent
6f0ffe546f
commit
6635cc58ed
1 changed files with 2 additions and 2 deletions
|
@ -747,11 +747,11 @@ void ActNpc284(NPCHAR *npc)
|
|||
npc->act_no = 34;
|
||||
break;
|
||||
|
||||
case 0:
|
||||
case 0: // Identical to case 2
|
||||
npc->act_no = 32;
|
||||
break;
|
||||
|
||||
case 2:
|
||||
case 2: // Identical to case 0
|
||||
npc->act_no = 32;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue