[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm README,1.282,1.283 TODO,1.148,1.149
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm script.cpp,1.184,1.185 script_v6he.cpp,2.97,2.98 scumm.cpp,1.155,1.156 scumm.h,1.457,1.458
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm README,1.282,1.283 TODO,1.148,1.149
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm script.cpp,1.184,1.185 script_v6he.cpp,2.97,2.98 scumm.cpp,1.155,1.156 scumm.h,1.457,1.458
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list