aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/utils/utils.cpp
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-08-13 03:42:30 +0200
committerEinar Johan Trøan Sømåen2012-08-13 03:42:30 +0200
commitfed19cb66ae5b56dd7dc81b90edd5a0d15986678 (patch)
treed1c3a237aa6b421aedea2cb3bab88b8689dea4a1 /engines/wintermute/utils/utils.cpp
parentddfa227b939d922f738f932997b70110453068cf (diff)
downloadscummvm-rg350-fed19cb66ae5b56dd7dc81b90edd5a0d15986678.tar.gz
scummvm-rg350-fed19cb66ae5b56dd7dc81b90edd5a0d15986678.tar.bz2
scummvm-rg350-fed19cb66ae5b56dd7dc81b90edd5a0d15986678.zip
WINTERMUTE: WinterMute -> Wintermute
Diffstat (limited to 'engines/wintermute/utils/utils.cpp')
-rw-r--r--engines/wintermute/utils/utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/utils/utils.cpp b/engines/wintermute/utils/utils.cpp
index 4546750c61..f26d60b7cf 100644
--- a/engines/wintermute/utils/utils.cpp
+++ b/engines/wintermute/utils/utils.cpp
@@ -30,7 +30,7 @@
#include "engines/wintermute/wintermute.h"
#include "engines/wintermute/base/base_engine.h"
-namespace WinterMute {
+namespace Wintermute {
//////////////////////////////////////////////////////////////////////
static inline unsigned Sqr(int x) {
@@ -258,4 +258,4 @@ float BaseUtils::Hue2RGB(float v1, float v2, float vH) {
return (v1);
}
-} // end of namespace WinterMute
+} // end of namespace Wintermute