This commit is contained in:
Daveo 2001-04-07 21:17:27 +00:00
parent aefdd396f8
commit 4e8b7d3628
11 changed files with 414 additions and 484 deletions

View file

@ -16,8 +16,8 @@ struct sLvlTab
FileEquate LevelInfo;
FileEquate TileBank,Level,Tex;
int exitX,exitY,exitW,exitH;
int spawnX,spawnY;
int Spr0,Spr1;
// int spawnX,spawnY;
// int Spr0,Spr1;
int songId;
};
@ -71,6 +71,10 @@ private:
sThingItem *ItemList;
int PlatformCount;
sThingPlatform **PlatformList;
int TriggerCount;
sThingTrigger *TriggerList;
int FXCount;
sThingFX *FXList;
};