ref: 15f9297ec7c5e0230cd6fe03d611801a943274fe
parent: de7ea5a251b1c4207bd51c44dfc2a6d7f3074e45
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Jan 7 00:23:10 EST 2020
More-accurate BossBallos.cpp variable arrangement
--- a/src/BossBallos.cpp
+++ b/src/BossBallos.cpp
@@ -135,13 +135,11 @@
void ActBossChar_Ballos(void)
{
- static unsigned char flash;
+ NPCHAR *npc = gBoss;
+ static unsigned char flash;
int i;
- int x;
- int y;
-
- NPCHAR *npc = gBoss;
+ int x, y;
switch (npc->act_no)
{