Add hyperlink on/off functions of oracle in Feeble Files

svn-id: r20665
This commit is contained in:
Travis Howell 2006-02-13 10:29:25 +00:00
parent aaa11f6efb
commit 81b820f7c9
6 changed files with 87 additions and 0 deletions

View file

@ -509,6 +509,10 @@ SimonEngine::SimonEngine(OSystem *syst)
_saveOrLoad = false;
_saveLoadFlag = false;
_hyperLink = 0;
_oracleMaxScrollY = 0;
_noOracleScroll = 0;
_sdlMouseX = 0;
_sdlMouseY = 0;
@ -3508,6 +3512,10 @@ void SimonEngine::playSpeech(uint speech_id, uint vgaSpriteId) {
}
void SimonEngine::printText(uint vgaSpriteId, uint color, const char *string, int16 x, int16 y, int16 width) {
// FIXME
if (getGameType() == GType_FF)
return;
char convertedString[320];
char *convertedString2 = convertedString;
int16 height, talkDelay;