aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/game_v1.cpp')
-rw-r--r--engines/gob/game_v1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/game_v1.cpp b/engines/gob/game_v1.cpp
index 051baec1b7..80d6709da9 100644
--- a/engines/gob/game_v1.cpp
+++ b/engines/gob/game_v1.cpp
@@ -82,7 +82,7 @@ void Game_v1::playTot(int16 skipPlay) {
}
if (_vm->_features & GF_MAC)
- _vm->_music->stopPlay();
+ _vm->_adlib->stopPlay();
else
_vm->_cdrom->stopPlaying();
_vm->_draw->animateCursor(4);