diff options
author | Einar Johan Trøan Sømåen | 2012-07-19 19:29:15 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-07-19 19:29:15 +0200 |
commit | 113961fd2a2203434b03766d722a0f8c0854bfd0 (patch) | |
tree | c00dde430932fd4a9492ca302c44fd34ff9384ac /engines/wintermute/utils | |
parent | a3e8ad4c52f2ad484e94fc8b641e7c7b67b44c04 (diff) | |
download | scummvm-rg350-113961fd2a2203434b03766d722a0f8c0854bfd0.tar.gz scummvm-rg350-113961fd2a2203434b03766d722a0f8c0854bfd0.tar.bz2 scummvm-rg350-113961fd2a2203434b03766d722a0f8c0854bfd0.zip |
WINTERMUTE: Change all folder-names to lowercase.
Diffstat (limited to 'engines/wintermute/utils')
-rw-r--r-- | engines/wintermute/utils/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/utils/utils.cpp b/engines/wintermute/utils/utils.cpp index 9efc7b8935..641b2d20ac 100644 --- a/engines/wintermute/utils/utils.cpp +++ b/engines/wintermute/utils/utils.cpp @@ -31,7 +31,7 @@ #include "engines/wintermute/PlatformSDL.h"
#include "engines/wintermute/wintypes.h"
#include "PathUtil.h"
-#include "engines/wintermute/Base/BGame.h"
+#include "engines/wintermute/base/BGame.h"
#include "common/str.h"
#include "common/textconsole.h"
#include "engines/wintermute/wintermute.h"
|