[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,1.42,1.43

James Brown ender at users.sourceforge.net
Fri Nov 1 09:30:28 CET 2002


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

Modified Files:
	script_v2.cpp 
Log Message:
Put in some Full Throttle insane workarounds - i need to figure out how to tell the script to give me the booster 
and ramp tho :)


Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- script_v2.cpp	23 Oct 2002 17:02:27 -0000	1.42
+++ script_v2.cpp	1 Nov 2002 17:26:51 -0000	1.43
@@ -2763,8 +2763,17 @@
 					 case 2:
  						sp->play("tovista1.san", getGameDataPath());
 						break;
-					 case 3:
- 						sp->play("minefite.san", getGameDataPath());
+					 case 3: {
+						warning("FT-INSANE: Mine Fight scene not implemented. Just skipping it and giving you everything you need");
+						writeArray(233, 0, 50, 1); // INSANE callback: Chain
+						writeArray(233, 0, 51, 1); // INSANE callback: Chainsaw
+						writeArray(233, 0, 52, 1); // INSANE callback: Mace
+						writeArray(233, 0, 53, 1); // INSANE callback: 2x4
+						writeArray(233, 0, 54, 1); // INSANE callback: Wrench
+						writeArray(233, 0, 55, 1); // INSANE callback: Dust
+						writeArray(233, 0, 8, 1);  // INSANE callback: 
+// 						sp->play("minefite.san", getGameDataPath());
+					 }
 						break;
 					 case 4:
  						sp->play("rottopen.san", getGameDataPath());





More information about the Scummvm-git-logs mailing list