aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/sound.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-19 22:43:02 -0400
committerPaul Gilbert2016-03-19 22:43:02 -0400
commitc6b239bdac7c193bc4d0fe8cfc6fbb610d1ca1ca (patch)
tree862aab6db5bfa6f695f150b418b20cdf077ca9fc /engines/titanic/sound/sound.cpp
parentdbd8ab0f1c11f1e749c74fe70e5fc2496332a1c5 (diff)
downloadscummvm-rg350-c6b239bdac7c193bc4d0fe8cfc6fbb610d1ca1ca.tar.gz
scummvm-rg350-c6b239bdac7c193bc4d0fe8cfc6fbb610d1ca1ca.tar.bz2
scummvm-rg350-c6b239bdac7c193bc4d0fe8cfc6fbb610d1ca1ca.zip
TITANIC: Implemented CGameManager::update
Diffstat (limited to 'engines/titanic/sound/sound.cpp')
-rw-r--r--engines/titanic/sound/sound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/sound/sound.cpp b/engines/titanic/sound/sound.cpp
index 54c14508cf..14dba2e152 100644
--- a/engines/titanic/sound/sound.cpp
+++ b/engines/titanic/sound/sound.cpp
@@ -43,8 +43,8 @@ void CSound::preLoad() {
_gameManager->_musicRoom.preLoad();
}
-void CSound::viewChanged(CViewItem *newView, bool isNewRoom) {
- warning("CSound::viewChanged");
+void CSound::preEnterView(CViewItem *newView, bool isNewRoom) {
+ warning("CSound::preEnterView");
}
} // End of namespace Titanic z