Did formatting stuff in NpcAct020.cpp

This commit is contained in:
Gabriel Ravier 2019-05-14 08:41:08 +02:00
parent 107fd3551d
commit e8cacce5e7
No known key found for this signature in database
GPG key ID: 1E75F156884F3DCE

View file

@ -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;