From 75040819c6642c304962d02ba646e04242cd4755 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Fri, 21 Jul 2017 12:56:20 +0200 Subject: MOHAWK: Myst: Rewrite the sound code It now more closely matches the original. Effect sounds are now stopped when resuming background sounds. Fixes #9574, Fixes #9920. --- engines/mohawk/myst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk/myst.h') diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h index 39d96bb320..f9823e5291 100644 --- a/engines/mohawk/myst.h +++ b/engines/mohawk/myst.h @@ -232,7 +232,7 @@ public: void playMovieBlockingCentered(const Common::String &filename); void waitUntilMovieEnds(const VideoEntryPtr &video); - void playSoundBlocking(uint16 id, byte volume = Audio::Mixer::kMaxChannelVolume); + void playSoundBlocking(uint16 id); GUI::Debugger *getDebugger() override { return _console; } -- cgit v1.2.3