diff options
Diffstat (limited to '')
-rw-r--r-- | source/cZombiepigman.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/cZombiepigman.cpp b/source/cZombiepigman.cpp index 95a78a4f2..afe6248b7 100644 --- a/source/cZombiepigman.cpp +++ b/source/cZombiepigman.cpp @@ -1,5 +1,12 @@ +
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cZombiepigman.h"
+
+
+
+
cZombiepigman::cZombiepigman()
{
m_MobType = 57;
|