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