aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/BSound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Base/BSound.cpp')
-rw-r--r--engines/wintermute/Base/BSound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Base/BSound.cpp b/engines/wintermute/Base/BSound.cpp
index 9a48484bfe..477c44dba3 100644
--- a/engines/wintermute/Base/BSound.cpp
+++ b/engines/wintermute/Base/BSound.cpp
@@ -147,7 +147,7 @@ HRESULT CBSound::Resume() {
//////////////////////////////////////////////////////////////////////////
-HRESULT CBSound::Persist(CBPersistMgr *persistMgr) {
+HRESULT CBSound::persist(CBPersistMgr *persistMgr) {
if (persistMgr->_saving && _sound) {
_soundPlaying = _sound->IsPlaying();
_soundLooping = _sound->_looping;