aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/PlatformSDL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/PlatformSDL.cpp')
-rw-r--r--engines/wintermute/PlatformSDL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/PlatformSDL.cpp b/engines/wintermute/PlatformSDL.cpp
index b80efb3820..51e41f01bb 100644
--- a/engines/wintermute/PlatformSDL.cpp
+++ b/engines/wintermute/PlatformSDL.cpp
@@ -141,7 +141,7 @@ int CBPlatform::Initialize(CBGame *inGame, int argc, char *argv[]) {
#endif
// initialize sound manager (non-fatal if we fail)
- ret = Game->_soundMgr->Initialize();
+ ret = Game->_soundMgr->initialize();
if (FAILED(ret)) {
Game->LOG(ret, "Sound is NOT available.");
}