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