This commit is contained in:
Daveo 2001-08-17 12:42:05 +00:00
parent abf0997133
commit 2582b14d0c
3 changed files with 2 additions and 16 deletions

View file

@ -88,7 +88,7 @@ static CFmaScene::FMA_SCRIPT_NUMBER getFMAToFollow() {return LvlTable[s_glo
int getMapHeight16() {return(MapSize16.vy);}
bool GetNextLevel(int &Lvl);
int isFMA() {return(m_isFMA);}
void respawnLevel();
static sLevelHdr *getLevelHdr() {return(LevelHdr);}
@ -135,7 +135,6 @@ static int s_playerFacing;
u8 *m_RGBMap;
u8 *m_RGBTable;
u8 m_isFMA;
static u8 m_isBossRespawn;
static s32 m_bossHealth;