[Scummvm-cvs-logs] CVS: scummvm/sky logic.cpp,1.67,1.68
Joost Peters
joostp at users.sourceforge.net
Sat May 31 17:03:10 CEST 2003
Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv25781/sky
Modified Files:
logic.cpp
Log Message:
oops. forgot this.
Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/logic.cpp,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- logic.cpp 31 May 2003 23:42:23 -0000 1.67
+++ logic.cpp 1 Jun 2003 00:02:51 -0000 1.68
@@ -2072,6 +2072,9 @@
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);
More information about the Scummvm-git-logs
mailing list