aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/sound.h')
-rw-r--r--engines/sky/sound.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/sky/sound.h b/engines/sky/sound.h
index 0ad509700e..2aecd6ab7f 100644
--- a/engines/sky/sound.h
+++ b/engines/sky/sound.h
@@ -67,19 +67,19 @@ protected:
public:
Sound(Audio::Mixer *mixer, Disk *pDisk, uint8 pVolume);
- ~Sound(void);
+ ~Sound();
void loadSection(uint8 pSection);
void playSound(uint16 sound, uint16 volume, uint8 channel);
void fnStartFx(uint32 sound, uint8 channel);
bool startSpeech(uint16 textNum);
- bool speechFinished(void) { return !_mixer->isSoundHandleActive(_ingameSpeech); }
- void fnPauseFx(void);
- void fnUnPauseFx(void);
- void fnStopFx(void);
- void stopSpeech(void);
- void checkFxQueue(void);
- void restoreSfx(void);
+ bool speechFinished() { return !_mixer->isSoundHandleActive(_ingameSpeech); }
+ void fnPauseFx();
+ void fnUnPauseFx();
+ void fnStopFx();
+ void stopSpeech();
+ void checkFxQueue();
+ void restoreSfx();
uint8 _soundsTotal;
private: