diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-23 08:48:34 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-23 08:48:34 -0400 |
commit | 052d00df28a4f5a90a846a0b8a66aea1eb2ab7d6 (patch) | |
tree | 81b3318ebc705b464271ed75e27c3144763ab6f3 /include/world.hpp | |
parent | f6f6bf484081a3c0c877b35e522a5bfb3a12fdc7 (diff) |
bug fixesssssss
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Structures *> build; /** * A vector of all villages in the world. @@ -291,6 +290,7 @@ protected: public: + std::vector<Structures *> build; /** * A vector of pointers to all entities from the other vectors. * This is used to mass-manage entities, or operate on entities |