This commit is contained in:
parent
53236d8041
commit
d9042ece19
2 changed files with 315 additions and 330 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue