1
This commit is contained in:
parent
d0a59e06d3
commit
0c244156f0
@ -337,6 +337,7 @@ enum ObstacleType_e
|
||||
kObstacleHideHouse = 6,
|
||||
kObstacleGully = 7,
|
||||
kObstacleAirDropBox = 8,
|
||||
kObstacleOilBucket = 9,
|
||||
};
|
||||
|
||||
enum OptResult
|
||||
|
@ -24,6 +24,7 @@ class Loot : public RoomEntity
|
||||
a8::Vec2 born_pos;
|
||||
bool show_anim = false;
|
||||
long long create_frame_no = 0;
|
||||
int dummy_thing_uniid = 0;
|
||||
|
||||
virtual ~Loot() override;
|
||||
virtual void Initialize() override;
|
||||
@ -36,4 +37,3 @@ protected:
|
||||
|
||||
friend class EntityFactory;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user