[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,1.23,1.24

James Brown ender at users.sourceforge.net
Sat Oct 5 23:53:03 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv30292/scumm

Modified Files:
	script_v2.cpp 
Log Message:
Improve INSANE start-of-hack :P



Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- script_v2.cpp	6 Oct 2002 06:47:01 -0000	1.23
+++ script_v2.cpp	6 Oct 2002 06:51:59 -0000	1.24
@@ -2746,8 +2746,9 @@
 				if (args[1] == 0) {
  					sp->play((char*)getStringAddressVar(VAR_VIDEONAME), getGameDataPath());
 				} else if (_gameId == GID_FT) {
-					// Full Throttle INSANE modes
-					switch (args[1]) {
+					int insaneMode = readArray(233,0,0);
+					debug(1, "FT_INSANE Mode: %d", insaneMode);
+  					switch (insaneMode) {
 					 case 0:
  						sp->play("minedriv.san", getGameDataPath());
 						break;





More information about the Scummvm-git-logs mailing list