This commit is contained in:
parent
cd80039a6c
commit
efafaba4ba
28 changed files with 246 additions and 188 deletions
|
@ -175,6 +175,24 @@ struct sLayerThingHazard
|
|||
};
|
||||
|
||||
struct sLayerThingData
|
||||
{
|
||||
int WaypointCount;
|
||||
int Angle;
|
||||
int Flip;
|
||||
|
||||
union
|
||||
{
|
||||
sLayerThingDef RESERVE;
|
||||
sLayerThingActor Actor;
|
||||
sLayerThingItem Item;
|
||||
sLayerThingPlatform Platform;
|
||||
sLayerThingTrigger Trigger;
|
||||
sLayerThingFX FX;
|
||||
sLayerThingHazard Hazard;
|
||||
};
|
||||
};
|
||||
|
||||
struct sLayerThingDataV9
|
||||
{
|
||||
int WaypointCount;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue