aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound/sound.h
diff options
context:
space:
mode:
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.