diff options
author | tonibm19 <tonibm19@gmail.com> | 2013-09-13 20:06:42 +0200 |
---|---|---|
committer | tonibm19 <tonibm19@gmail.com> | 2013-09-13 20:06:42 +0200 |
commit | 973753774e41b78c97384893abe0871821f1cebc (patch) | |
tree | 0333c682bde4ac9ed0ced1f97adf3c91e06262d8 /source/Mobs/Monster.cpp | |
parent | Fixed mobs attack range being too long (diff) | |
download | cuberite-973753774e41b78c97384893abe0871821f1cebc.tar cuberite-973753774e41b78c97384893abe0871821f1cebc.tar.gz cuberite-973753774e41b78c97384893abe0871821f1cebc.tar.bz2 cuberite-973753774e41b78c97384893abe0871821f1cebc.tar.lz cuberite-973753774e41b78c97384893abe0871821f1cebc.tar.xz cuberite-973753774e41b78c97384893abe0871821f1cebc.tar.zst cuberite-973753774e41b78c97384893abe0871821f1cebc.zip |
Diffstat (limited to 'source/Mobs/Monster.cpp')
-rw-r--r-- | source/Mobs/Monster.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Mobs/Monster.cpp b/source/Mobs/Monster.cpp index 02e7decc7..76b9414f7 100644 --- a/source/Mobs/Monster.cpp +++ b/source/Mobs/Monster.cpp @@ -1,3 +1,4 @@ + #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "Monster.h" |