[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.169,1.170

Travis Howell kirben at users.sourceforge.net
Thu Sep 4 20:52:07 CEST 2003


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

Modified Files:
	script_v5.cpp 
Log Message:

Correction from Hibernatus, is used in fm towns games too.


Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -d -r1.169 -r1.170
--- script_v5.cpp	2 Sep 2003 14:50:58 -0000	1.169
+++ script_v5.cpp	5 Sep 2003 03:51:56 -0000	1.170
@@ -2677,7 +2677,7 @@
 		case 6:										/* left */
 			// FIXME: not sure if GF_OLD_BUNDLE is the right thing to check...
 			// but Loom needs this, for sure.
-			if (_features & GF_OLD_BUNDLE) {
+			if (_version == 3) {
 				// FIXME: this value seems to be some kind of override
 				// for text spacing?!?
 				/* int a = */ getVarOrDirectWord(0x80);





More information about the Scummvm-git-logs mailing list