X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fai%2FSpawner.hpp;fp=src%2Fai%2FSpawner.hpp;h=f99029e28f7fdec7b1f08f34d4ef6ff9ef28d269;hb=150d065f431d665326fd8028748c48a74ad956bb;hp=be2ff31b7307e99f484c5b183c788e329d260e82;hpb=80a9a59d71a7b144c12f64cbef4644751bd54745;p=blank.git diff --git a/src/ai/Spawner.hpp b/src/ai/Spawner.hpp index be2ff31..f99029e 100644 --- a/src/ai/Spawner.hpp +++ b/src/ai/Spawner.hpp @@ -9,7 +9,6 @@ namespace blank { -class Controller; class Entity; class GaloisLFSR; class Model; @@ -36,11 +35,11 @@ private: private: World &world; ModelRegistry ⊧ - std::vector controllers; + std::vector entities; GaloisLFSR &random; - IntervalTimer timer; + CoarseTimer timer; float despawn_range; float spawn_distance; unsigned int max_entities;