From 1f762f82f929cfd21222739a627a32e6199c34a9 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 6 Jul 2016 17:07:11 -0400 Subject: bow work, fixed dirt drawing --- include/world.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/world.hpp') 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; + //CoolArray particles; /** * A vector of all villages in the world. @@ -270,6 +270,8 @@ protected: public: + CoolArray particles; + /** * 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