diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Enderman.cpp (renamed from source/cEnderman.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cEnderman.cpp b/source/Mobs/Enderman.cpp index 61bdfe06b..36ee975b1 100644 --- a/source/cEnderman.cpp +++ b/source/Mobs/Enderman.cpp @@ -1,7 +1,7 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules -#include "cEnderman.h" +#include "Enderman.h" |