From 052d00df28a4f5a90a846a0b8a66aea1eb2ab7d6 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 23 May 2016 08:48:34 -0400 Subject: bug fixesssssss --- include/world.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/world.hpp') diff --git a/include/world.hpp b/include/world.hpp index 74f9cb7..ce50244 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -264,7 +264,6 @@ protected: * @see addStructure() * @see getStructurePos() */ - std::vector build; /** * A vector of all villages in the world. @@ -291,6 +290,7 @@ protected: public: + std::vector build; /** * A vector of pointers to all entities from the other vectors. * This is used to mass-manage entities, or operate on entities -- cgit v1.2.3