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