aboutsummaryrefslogtreecommitdiff
path: root/sky/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/logic.cpp')
-rw-r--r--sky/logic.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sky/logic.cpp b/sky/logic.cpp
index b5ad755f2e..4464bf0615 100644
--- a/sky/logic.cpp
+++ b/sky/logic.cpp
@@ -2073,7 +2073,8 @@ void SkyLogic::stdSpeak(Compact *target, uint32 textNum, uint32 animNum, uint32
target->grafixProg = animPtr;
if (SkyState::isCDVersion(_gameVersion))
- warning("stdSpeak: speech not implemented yet");
+ _skySound->fnStartSpeech((uint16)textNum);
+// warning("stdSpeak: speech not implemented yet");
//now form the text sprite
struct lowTextManager_t textInfo;