More-accurate BossPress.cpp variable arrangement
This commit is contained in:
parent
d137369a93
commit
a22f4acd58
1 changed files with 1 additions and 3 deletions
|
@ -10,13 +10,11 @@
|
||||||
|
|
||||||
void ActBossChar_Press(void)
|
void ActBossChar_Press(void)
|
||||||
{
|
{
|
||||||
|
NPCHAR *npc = gBoss;
|
||||||
static unsigned char flash;
|
static unsigned char flash;
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
int x;
|
int x;
|
||||||
|
|
||||||
NPCHAR *npc = gBoss;
|
|
||||||
|
|
||||||
switch (npc->act_no)
|
switch (npc->act_no)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
|
|
Loading…
Add table
Reference in a new issue