Changed "init" to "Initialize"

This commit is contained in:
Gabriel Ravier 2019-05-14 08:46:23 +02:00
parent cc9fbbd1c0
commit c596abdad5
No known key found for this signature in database
GPG key ID: 1E75F156884F3DCE

View file

@ -432,7 +432,7 @@ void ActNpc005(NPCHAR *npc)
switch (npc->act_no)
{
case 0: // Init
case 0: // Initialize
npc->y += 0x600;
npc->act_no = 1;
// Fallthrough
@ -542,7 +542,7 @@ void ActNpc006(NPCHAR *npc)
switch (npc->act_no)
{
case 0: // Init
case 0: // Initialize
npc->act_no = 1;
if (npc->direct == 0)