diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-03 08:47:13 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-03 08:47:13 -0400 |
commit | f4632d58014dce0edc2d447dc934bae9cf957439 (patch) | |
tree | ef6018e960d1111f414be9e24fb3d21d2ba693c8 /include/world.hpp | |
parent | 2e6369f4dbe2b49a3cb8bec3bacd6559c9733a55 (diff) |
coolarray, particles are good now
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 3 |
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. |