diff options
Diffstat (limited to 'src/MobSpawner.h')
-rw-r--r-- | src/MobSpawner.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/MobSpawner.h b/src/MobSpawner.h index 3a2776df4..dd5b64fba 100644 --- a/src/MobSpawner.h +++ b/src/MobSpawner.h @@ -5,7 +5,6 @@ #include "BlockID.h" #include "ChunkDef.h" #include "Chunk.h" -#include "FastRandom.h" #include "Mobs/Monster.h" // This is a side-effect of keeping Mobfamily inside Monster class. I'd prefer to keep both (Mobfamily and Monster) inside a "Monster" namespace MG TODO : do it @@ -66,7 +65,6 @@ protected : bool m_NewPack; eMonsterType m_MobType; std::set<cMonster*> m_Spawned; - cFastRandom m_Random; } ; |