aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/talk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/talk.cpp')
-rw-r--r--engines/sludge/talk.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/sludge/talk.cpp b/engines/sludge/talk.cpp
index 4523a7f28f..e92cd00ef8 100644
--- a/engines/sludge/talk.cpp
+++ b/engines/sludge/talk.cpp
@@ -53,9 +53,7 @@ void initSpeech() {
void killAllSpeech() {
if (speech->lastFile != -1) {
-#if 0
huntKillSound(speech->lastFile);
-#endif
speech->lastFile = -1;
}
@@ -111,13 +109,12 @@ int wrapSpeechXY(const Common::String &theText, int x, int y, int wrap, int samp
speechTime = 1;
if (sampleFile != -1) {
if (speechMode >= 1) {
-#if 0
if (startSound(sampleFile, false)) {
speechTime = -10;
speech->lastFile = sampleFile;
if (speechMode == 2) return -10;
}
-#endif
+
}
}
speech->speechY = y;