diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-17 19:22:07 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-17 19:22:07 -0400 |
commit | 0964a086ccfe2ba18b8e40d0199bdaf80841f344 (patch) | |
tree | a9efae5d35502f5075da49801a0b4087f395a96a /include/entities.hpp | |
parent | af481dc87d12fde76d82c77b17cfaa08ef77bbd1 (diff) |
indoorworld removal, substitutions made
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index 5f85c26..49598bd 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -339,7 +339,7 @@ class Structures : public Entity { public: BUILD_SUB bsubtype; World *inWorld; - IndoorWorld *insideWorld; + World *insideWorld; std::string inside; std::string textureLoc; |