This commit is contained in:
parent
5c54345a81
commit
68fa6f4e6c
5 changed files with 121 additions and 0 deletions
Binary file not shown.
|
@ -181,6 +181,12 @@ struct sLayerShadeHdr
|
|||
sLayerShadeGfx BackGfx[2];
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
struct sModel
|
||||
{
|
||||
u16 TriCount;
|
||||
u16 TriStart;
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
// Header
|
||||
struct sLevelHdr
|
||||
|
@ -203,6 +209,7 @@ struct sLevelHdr
|
|||
sTri *TriList;
|
||||
sQuad *QuadList;
|
||||
sVtx *VtxList;
|
||||
sModel *PlatformGfx;
|
||||
};
|
||||
|
||||
//***************************************************************************
|
||||
|
@ -276,6 +283,8 @@ struct sThingPlatform
|
|||
u16 Type;
|
||||
u16 Speed;
|
||||
u16 TurnRate;
|
||||
u16 Gfx;
|
||||
u16 Pad;
|
||||
u8 Flags;
|
||||
u8 PointCount;
|
||||
// Point List...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue