More-accurate BossBallos.cpp variable arrangement
This commit is contained in:
parent
de7ea5a251
commit
15f9297ec7
1 changed files with 4 additions and 6 deletions
|
@ -135,14 +135,12 @@ static void ActBossChar_HARA(NPCHAR *npc) // "Hara" = "belly" or "stomach" (acco
|
||||||
|
|
||||||
void ActBossChar_Ballos(void)
|
void ActBossChar_Ballos(void)
|
||||||
{
|
{
|
||||||
static unsigned char flash;
|
|
||||||
|
|
||||||
int i;
|
|
||||||
int x;
|
|
||||||
int y;
|
|
||||||
|
|
||||||
NPCHAR *npc = gBoss;
|
NPCHAR *npc = gBoss;
|
||||||
|
|
||||||
|
static unsigned char flash;
|
||||||
|
int i;
|
||||||
|
int x, y;
|
||||||
|
|
||||||
switch (npc->act_no)
|
switch (npc->act_no)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
|
|
Loading…
Add table
Reference in a new issue