diff options
Diffstat (limited to 'engines/kyra/sound.h')
-rw-r--r-- | engines/kyra/sound.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h index c08c531ab9..cebfdf491f 100644 --- a/engines/kyra/sound.h +++ b/engines/kyra/sound.h @@ -486,11 +486,13 @@ public: void beginFadeOut(); int32 voicePlay(const char *file, bool isSfx = false); - void playSoundEffect(uint8) {} + void playSoundEffect(uint8 track); protected: Audio::AudioStream *_currentSFX; int _lastTrack; + bool _useFmSfx; + uint8 *_musicTrackData; TownsPC98_OpnDriver *_driver; }; |