From fa1d881ad44a515e57b87ba27b325d1eeb4a750b Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Tue, 6 Jan 2009 16:21:23 +0000 Subject: Implemented pauseEngineIntern, and fixed music volume handling in SoundMan. svn-id: r35756 --- engines/parallaction/sound.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/parallaction/sound.h') diff --git a/engines/parallaction/sound.h b/engines/parallaction/sound.h index e2e15fe601..2baa9aaa63 100644 --- a/engines/parallaction/sound.h +++ b/engines/parallaction/sound.h @@ -62,6 +62,8 @@ public: virtual void stopMusic() = 0; virtual void playCharacterMusic(const char *character) = 0; virtual void playLocationMusic(const char *location) = 0; + virtual void pause(bool p) { } + void setMusicVolume(int value); }; @@ -80,6 +82,8 @@ public: void playCharacterMusic(const char *character); void playLocationMusic(const char *location); + + void pause(bool p); }; #define NUM_AMIGA_CHANNELS 4 -- cgit v1.2.3