aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bridge_view.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/bridge_view.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/bridge_view.cpp')
-rw-r--r--engines/titanic/game/bridge_view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/bridge_view.cpp b/engines/titanic/game/bridge_view.cpp
index 608724c16c..d98cee13c0 100644
--- a/engines/titanic/game/bridge_view.cpp
+++ b/engines/titanic/game/bridge_view.cpp
@@ -77,7 +77,7 @@ bool CBridgeView::ActMsg(CActMsg *msg) {
hideMouse();
CChangeMusicMsg musicMsg;
- musicMsg._flags = 1;
+ musicMsg._action = MUSIC_STOP;
musicMsg.execute("BridgeAutoMusicPlayer");
playSound(TRANSLATE("a#42.wav", "a#35.wav"));
playMovie(MOVIE_NOTIFY_OBJECT);