This commit is contained in:
Paul 2001-04-08 19:42:24 +00:00
parent 53236d8041
commit d9042ece19
2 changed files with 315 additions and 330 deletions

View file

@ -11,13 +11,11 @@
/*****************************************************************************/
// Woo.. this is getting big now isn't it?
// Nope.. it's shrunk again! :)
struct sLvlTab
{
FileEquate LevelInfo;
FileEquate TileBank,Level,Tex;
int exitX,exitY,exitW,exitH;
// int spawnX,spawnY;
// int Spr0,Spr1;
int songId;
};
@ -47,8 +45,6 @@ private:
void initNewLevel(sLvlTab *LevelDat);
void DisplayLoadingScreen();
void DoPaulsTempCrap(sLvlTab *LevelDat);
sLevelInfo *LevelInfo;
u8 *PakBuffer,*LevelBuffer;