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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/gob/game_v1.cpp b/engines/gob/game_v1.cpp
index 4d392e4ce6..4d2361e78f 100644
--- a/engines/gob/game_v1.cpp
+++ b/engines/gob/game_v1.cpp
@@ -71,7 +71,8 @@ void Game_v1::playTot(int16 skipPlay) {
_vm->_draw->_fontToSprite[i].height = -1;
}
- if (_vm->getPlatform() == Common::kPlatformMacintosh)
+ if ((_vm->getPlatform() == Common::kPlatformMacintosh)||
+ (_vm->getPlatform() == Common::kPlatformWindows))
_vm->_sound->adlibStop();
else
_vm->_sound->cdStop();