diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-01-12 08:49:12 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-01-12 08:49:12 -0500 |
commit | 599425c0380630197005c9ecc86604396d612f81 (patch) | |
tree | e9660c0b9c0ae1c015e2c25281e758ff75018604 /include/entities.h | |
parent | 1574754cdaca14d68459cc520b63b6b3c449ecbd (diff) |
inside?
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/entities.h b/include/entities.h index d7ad2c0..1e6d316 100644 --- a/include/entities.h +++ b/include/entities.h @@ -198,15 +198,13 @@ public: typedef struct { EntitySavePacket esp; - World *inWorld; - World *inside; BUILD_SUB bsubtype; } __attribute__ ((packed)) StructuresSavePacket; class Structures : public Entity{ public: World *inWorld; - World *inside; + World **inside; BUILD_SUB bsubtype; Structures(); |