diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-06 17:07:11 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-06 17:07:11 -0400 |
commit | 1f762f82f929cfd21222739a627a32e6199c34a9 (patch) | |
tree | f6a9f5dbac7f52ea99fdbed051c57ce7db7cfc70 /include/world.hpp | |
parent | 791ebed6017b8846f8bd63c323c12a5c56fe14b9 (diff) |
bow work, fixed dirt drawing
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/world.hpp b/include/world.hpp index ffbc673..92a07b2 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -241,7 +241,7 @@ protected: * * @see addParticle() */ - CoolArray<Particles> particles; + //CoolArray<Particles> particles; /** * A vector of all villages in the world. @@ -270,6 +270,8 @@ protected: public: + CoolArray<Particles> particles; + /** * A vector of pointers to all entities from the other vectors. * This is used to mass-manage entities, or operate on entities |