[Scummvm-cvs-logs] SF.net SVN: scummvm: [21592] scummvm/trunk/engines/simon/simon.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Tue Apr 4 04:54:02 CEST 2006


Revision: 21592
Author:   kirben
Date:     2006-04-04 04:53:13 -0700 (Tue, 04 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21592&view=rev

Log Message:
-----------
o_printStr() always uses box1 for FF

Modified Paths:
--------------
    scummvm/trunk/engines/simon/simon.cpp
Modified: scummvm/trunk/engines/simon/simon.cpp
===================================================================
--- scummvm/trunk/engines/simon/simon.cpp	2006-04-04 11:28:37 UTC (rev 21591)
+++ scummvm/trunk/engines/simon/simon.cpp	2006-04-04 11:53:13 UTC (rev 21592)
@@ -2292,7 +2292,10 @@
 	if (getFeatures() & GF_TALKIE)
 		speech_id = (uint16)getNextWord();
 
-	tl = getTextLocation(vgaSpriteId);
+	if (getGameType() == GType_FF)
+		tl = getTextLocation(1);
+	else
+		tl = getTextLocation(vgaSpriteId);
 
 	if (_speech && speech_id != 0)
 		playSpeech(speech_id, vgaSpriteId);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list