aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/world.hpp')
-rw-r--r--include/world.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/world.hpp b/include/world.hpp
index 2494120..26811ae 100644
--- a/include/world.hpp
+++ b/include/world.hpp
@@ -9,6 +9,7 @@
// local game includes
#include <common.hpp>
#include <entities.hpp>
+#include <coolarray.hpp>
/**
* The background type enum.
@@ -256,7 +257,7 @@ protected:
*
* @see addParticle()
*/
- std::list<Particles> particles;
+ CoolArray<Particles> particles;
/**
* A vector of all structures in the world.