aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound/sound.h
diff options
context:
space:
mode:
authorathrxx2019-03-20 21:36:44 +0100
committerathrxx2019-04-13 18:54:58 +0200
commitb80927992807ce9b9ce69920f86d7f2e7f7b45be (patch)
tree833637a9185dca3a62eec78867b38b31b3a6a275 /engines/kyra/sound/sound.h
parent8c92e045ce59f456be5b2a3f51b558f9abc9d472 (diff)
downloadscummvm-rg350-b80927992807ce9b9ce69920f86d7f2e7f7b45be.tar.gz
scummvm-rg350-b80927992807ce9b9ce69920f86d7f2e7f7b45be.tar.bz2
scummvm-rg350-b80927992807ce9b9ce69920f86d7f2e7f7b45be.zip
KYRA: (EOB2/Amiga) - update sound driver
- add fade out method - some renaming - turn a warning into a debug message
Diffstat (limited to 'engines/kyra/sound/sound.h')
-rw-r--r--engines/kyra/sound/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/sound/sound.h b/engines/kyra/sound/sound.h
index abeb6050bc..871263cf65 100644
--- a/engines/kyra/sound/sound.h
+++ b/engines/kyra/sound/sound.h
@@ -207,6 +207,7 @@ public:
* playing a new track or sound effect.
*/
virtual void beginFadeOut() = 0;
+ virtual void beginFadeOut(int) { beginFadeOut(); }
/**
* Stops all audio playback when paused. Continues after end of pause.