This commit is contained in:
Daveo 2001-07-28 16:45:46 +00:00
parent 057cb931bb
commit e5a2e9a6ed
21 changed files with 121 additions and 95 deletions

View file

@ -221,6 +221,12 @@ struct sLayerShadeHdr
sLayerShadeBackGfx *GfxList;
};
//---------------------------------------------------------------------------
struct sLayerRGBHdr
{
u32 RGBMap;
u32 RGBTable;
};
//---------------------------------------------------------------------------
struct sModel
{
@ -244,6 +250,7 @@ struct sLevelHdr
u32 TriggerList;
u32 FXList;
u32 HazardList;
u32 RGBLayer;
u16 PlayerStartX,PlayerStartY;