Did formatting stuff in NpcAct020.cpp
This commit is contained in:
parent
107fd3551d
commit
e8cacce5e7
1 changed files with 23 additions and 23 deletions
|
@ -192,7 +192,7 @@ void ActNpc024(NPCHAR *npc)
|
|||
npc->act_no = 4;
|
||||
npc->ani_no = 3;
|
||||
npc->act_wait = 0;
|
||||
npc->act_wait = 0; // lol duplicate line
|
||||
npc->act_wait = 0; // Pixel duplicated this line
|
||||
}
|
||||
|
||||
break;
|
||||
|
@ -625,7 +625,7 @@ void ActNpc028(NPCHAR *npc)
|
|||
npc->act_no = 4;
|
||||
npc->ani_no = 3;
|
||||
npc->act_wait = 0;
|
||||
npc->act_wait = 0; // lol duplicate line
|
||||
npc->act_wait = 0; // Pixel duplicated this line
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue