aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword2/sound.cpp')
-rw-r--r--engines/sword2/sound.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/engines/sword2/sound.cpp b/engines/sword2/sound.cpp
index e36c946eba..abacbd16f0 100644
--- a/engines/sword2/sound.cpp
+++ b/engines/sword2/sound.cpp
@@ -37,6 +37,7 @@
#include "common/file.h"
+#include "common/memstream.h"
#include "common/system.h"
#include "sword2/sword2.h"
@@ -393,18 +394,6 @@ int32 Sound::stopFx(int32 i) {
return RD_OK;
}
-void Sound::pauseAllSound() {
- pauseMusic();
- pauseSpeech();
- pauseFx();
-}
-
-void Sound::unpauseAllSound() {
- unpauseMusic();
- unpauseSpeech();
- unpauseFx();
-}
-
void Sound::printFxQueue() {
int freeSlots = 0;