[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.43,1.44

Jonathan Gray khalek at users.sourceforge.net
Sun Apr 27 04:02:08 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv30999

Modified Files:
	script_v5.cpp 
Log Message:
this seems to be needed for indy3ega as well, note that the text is largely the wrong colour and you can't see the book or picture of the window in the diary still

Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- script_v5.cpp	27 Apr 2003 09:39:52 -0000	1.43
+++ script_v5.cpp	27 Apr 2003 11:01:42 -0000	1.44
@@ -2482,7 +2482,7 @@
 			// FIXME: Store positions, this is needed for Indy3 (Grail Diary)..
 			// I don't believe this is the correct fix, may cause other problems
 			// later in the game.
-			if (_gameId == GID_INDY3_256) {
+			if ((_gameId == GID_INDY3_256) || (_gameId == GID_INDY3)) {
 				_string[textSlot].t_xpos = _string[textSlot].xpos;
 				_string[textSlot].t_ypos = _string[textSlot].ypos;
 			}





More information about the Scummvm-git-logs mailing list