aboutsummaryrefslogtreecommitdiff
path: root/sky/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sound.h')
-rw-r--r--sky/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sky/sound.h b/sky/sound.h
index 298ba1ef0b..cafc3e8e5b 100644
--- a/sky/sound.h
+++ b/sky/sound.h
@@ -70,8 +70,8 @@ public:
void fnStartFx(uint32 sound, uint8 channel);
bool startSpeech(uint16 textNum);
bool speechFinished(void) { return _ingameSpeech == 0; };
- void fnPauseFx(void) { _mixer->pauseAll(true); };
- void fnUnPauseFx(void) { _mixer->pauseAll(false); };
+ void fnPauseFx(void);
+ void fnUnPauseFx(void);
void fnStopFx(void);
void stopSpeech(void);
void checkFxQueue(void);