aboutsummaryrefslogtreecommitdiff
path: root/sky/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sound.cpp')
-rw-r--r--sky/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/sound.cpp b/sky/sound.cpp
index aa10328ee5..671bd720fd 100644
--- a/sky/sound.cpp
+++ b/sky/sound.cpp
@@ -1228,7 +1228,7 @@ void SkySound::stopSpeech(void) {
}
bool SkySound::startSpeech(uint16 textNum) {
-
+
if (!(SkyState::_systemVars.systemFlags & SF_ALLOW_SPEECH))
return false;
uint16 speechFileNum = _speechConvertTable[textNum >> 12] + (textNum & 0xFFF);