aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/world.hpp')
-rw-r--r--include/world.hpp4
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