aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/computer_screen.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-10-13 17:51:49 -0400
committerPaul Gilbert2017-10-13 17:51:49 -0400
commit1d8ccbe1eae59811c90d5a6a22870e97272e178d (patch)
treebb9ac838121db6ffd6947df3e5779ca70f3abcea /engines/titanic/game/computer_screen.cpp
parent44aaaf43b8bd3ca32ffde185f4d9f6dd18ab2d5c (diff)
downloadscummvm-rg350-1d8ccbe1eae59811c90d5a6a22870e97272e178d.tar.gz
scummvm-rg350-1d8ccbe1eae59811c90d5a6a22870e97272e178d.tar.bz2
scummvm-rg350-1d8ccbe1eae59811c90d5a6a22870e97272e178d.zip
TITANIC: Cleanup of auto music player classes and messages
Diffstat (limited to 'engines/titanic/game/computer_screen.cpp')
-rw-r--r--engines/titanic/game/computer_screen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/computer_screen.cpp b/engines/titanic/game/computer_screen.cpp
index dee469af1c..8150448be7 100644
--- a/engines/titanic/game/computer_screen.cpp
+++ b/engines/titanic/game/computer_screen.cpp
@@ -116,7 +116,7 @@ bool CComputerScreen::TimerMsg(CTimerMsg *msg) {
break;
case 2: {
- CChangeMusicMsg musicMsg(CString(), 1);
+ CChangeMusicMsg musicMsg(CString(), MUSIC_STOP);
musicMsg.execute("HomeMusicPlayer");
playSound(TRANSLATE("a#33.wav", "a#28.wav"));
playSound(TRANSLATE("a#31.wav", "a#26.wav"));