From 00f633afb62ed6914205639b44dcdaf839a2c2f7 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 27 Jun 2016 21:06:31 -0400 Subject: redid trees, fixed indoors? --- include/entities.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/entities.hpp') 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; -- cgit v1.2.3