diff options
Diffstat (limited to 'source/cPassiveMonster.cpp')
-rw-r--r-- | source/cPassiveMonster.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/cPassiveMonster.cpp b/source/cPassiveMonster.cpp index 0879ebbee..ad6da16f7 100644 --- a/source/cPassiveMonster.cpp +++ b/source/cPassiveMonster.cpp @@ -1,7 +1,13 @@ +
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cPassiveMonster.h"
#include "MersenneTwister.h"
+
+
+
cPassiveMonster::cPassiveMonster()
{
m_EMPersonality = PASSIVE;
|