diff options
| -rw-r--r-- | sky/logic.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/sky/logic.cpp b/sky/logic.cpp index feea4c0dd5..c9c9af43b6 100644 --- a/sky/logic.cpp +++ b/sky/logic.cpp @@ -2072,6 +2072,9 @@ void SkyLogic::stdSpeak(Compact *target, uint32 textNum, uint32 animNum, uint32  	target->grafixProg = animPtr; +	if (SkyState::isCDVersion(_gameVersion)) +		warning("stdSpeak: speech not implemented yet"); +  	//now form the text sprite  	struct lowTextManager_t textInfo;  	textInfo = _skyText->lowTextManager(textNum, FIXED_TEXT_WIDTH, 0, (uint8)target->extCompact->spColour, true);     | 
