diff options
-rw-r--r-- | scumm/script_v6.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 8711ac2164..b53011919d 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -1688,6 +1688,8 @@ void ScummEngine_v6::o6_roomOps() { _saveLoadCompatible = true; _saveLoadSlot = pop(); _saveLoadFlag = pop(); + if (_gameId == GID_TENTACLE) + _saveSound = (_saveLoadSlot != 0); break; case 181: // SO_ROOM_FADE |