[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.375,1.376

Travis Howell kirben at users.sourceforge.net
Sun Aug 8 04:45:01 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7006/scumm

Modified Files:
	script_v6.cpp 
Log Message:

Update comment


Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.375
retrieving revision 1.376
diff -u -d -r1.375 -r1.376
--- script_v6.cpp	8 Aug 2004 10:03:55 -0000	1.375
+++ script_v6.cpp	8 Aug 2004 11:43:54 -0000	1.376
@@ -816,9 +816,10 @@
 	script = pop();
 	flags = pop();
 	
-	// HACK bug #556558: At Dino Bungee National Memorial, the buttons for the Wally 
-	// and Rex dinosaurs will always restart their speech, instead of stopping and 
-	// starting their speech. This was a script bug in the original game.
+	// WORKAROUND bug #556558: At Dino Bungee National Memorial, the buttons for
+	// the Wally and Rex dinosaurs will always restart their speech, instead of 
+	// stopping and starting their speech. This was a script bug in the original 
+	// game.
 	if (_gameId == GID_SAMNMAX && _roomResource == 59 &&
 		vm.slot[_currentScript].number == 201 && script == 48) {
 		o6_breakHere();





More information about the Scummvm-git-logs mailing list