aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-06-27 21:06:31 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-06-27 21:06:31 -0400
commit00f633afb62ed6914205639b44dcdaf839a2c2f7 (patch)
tree5ec98271bb09cd8f1c77c40a8699e0deaadeb942 /include/entities.hpp
parentb202b0d3952e546aaa6d64d42886d9c926f6bd76 (diff)
redid trees, fixed indoors?
Diffstat (limited to 'include/entities.hpp')
-rw-r--r--include/entities.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.hpp b/include/entities.hpp
index 2523364..76b6fa8 100644
--- a/include/entities.hpp
+++ b/include/entities.hpp
@@ -325,7 +325,7 @@ public:
class Structures : public Entity {
public:
BUILD_SUB bsubtype;
- World *inWorld;
+ World *inWorld, *insideWorld;
std::string inside;
std::string textureLoc;