[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.201,1.202

Travis Howell kirben at users.sourceforge.net
Wed Oct 15 23:07:14 CEST 2003


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

Modified Files:
	script_v5.cpp 
Log Message:

Update error message
Remove outdated fixme


Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -d -r1.201 -r1.202
--- script_v5.cpp	15 Oct 2003 09:40:44 -0000	1.201
+++ script_v5.cpp	16 Oct 2003 06:06:35 -0000	1.202
@@ -2734,8 +2734,6 @@
 			_string[textSlot].overhead = false;
 			break;
 		case 6:										/* left */
-			// FIXME: not sure if GF_OLD_BUNDLE is the right thing to check...
-			// but Loom needs this, for sure.
 			if (_version == 3) {
 				// FIXME: this value seems to be some kind of override
 				// for text spacing?!?
@@ -2771,7 +2769,7 @@
 						_sound->playCDTrack(1, 0, offset, delay);
 					}
 				} else {
-					warning("parseString: 8");
+					warning("ScummEngine_v5::decodeParseString: Unhandled case 8");
 				}
 			}
 			break;





More information about the Scummvm-git-logs mailing list