aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game_v2.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-01-23 19:40:28 +0000
committerSven Hesse2007-01-23 19:40:28 +0000
commita8c6b02a9c77364ed83159082f94bdd9dcd54547 (patch)
treedf44d74623cb0e38fad9adcce0eb993f0e4627f8 /engines/gob/game_v2.cpp
parentac6bb86c96a82a9a7e3b9fdc409228752c7af559 (diff)
downloadscummvm-rg350-a8c6b02a9c77364ed83159082f94bdd9dcd54547.tar.gz
scummvm-rg350-a8c6b02a9c77364ed83159082f94bdd9dcd54547.tar.bz2
scummvm-rg350-a8c6b02a9c77364ed83159082f94bdd9dcd54547.zip
Added support for Infogrames/RobHubbard2 (amiga) music
svn-id: r25160
Diffstat (limited to 'engines/gob/game_v2.cpp')
-rw-r--r--engines/gob/game_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/game_v2.cpp b/engines/gob/game_v2.cpp
index 13672b473e..2ecddfdb70 100644
--- a/engines/gob/game_v2.cpp
+++ b/engines/gob/game_v2.cpp
@@ -74,7 +74,7 @@ void Game_v2::playTot(int16 skipPlay) {
if (_vm->_global->_inter_variables != 0)
_vm->_draw->animateCursor(4);
if (_vm->_features & GF_MAC)
- _vm->_music->stopPlay();
+ _vm->_adlib->stopPlay();
else
_vm->_cdrom->stopPlaying();