[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.390,1.391

Travis Howell kirben at users.sourceforge.net
Fri Aug 27 21:03:08 CEST 2004


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

Modified Files:
	script_v6.cpp 
Log Message:

Update HE games
Update HE game issues/todo
Disable opcode E4 (Specific to fbear and has no benefit so far)


Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.390
retrieving revision 1.391
diff -u -d -r1.390 -r1.391
--- script_v6.cpp	26 Aug 2004 08:47:06 -0000	1.390
+++ script_v6.cpp	28 Aug 2004 04:02:49 -0000	1.391
@@ -3079,7 +3079,12 @@
 }
 
 void ScummEngine_v6::o6_setBoxSet() {
+	//FIXME Causes glitches and game to crash 
+	// Only used in fbear when leaving the basement
+
 	int arg = pop();
+	return;
+
 	const byte *room = getResourceAddress(rtRoom, _roomResource);
 	const byte *boxd = NULL, *boxm = NULL;
 	int32 dboxSize, mboxSize;





More information about the Scummvm-git-logs mailing list