[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.66,1.67
Jonathan Gray
khalek at users.sourceforge.net
Sun May 4 07:13:22 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: tools Makefile,1.12,1.13 Makefile.mingw,1.5,1.6 descumm3.cpp,1.31,NONE descumm5.cpp,1.12,NONE
- Next message: [Scummvm-cvs-logs] CVS: tools .cvsignore,1.3,1.4 README,1.2,1.3 descumm3.dsp,1.4,NONE descumm5.dsp,1.4,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv29696
Modified Files:
script_v5.cpp
Log Message:
remove hack that should not have been there in the first place...
Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- script_v5.cpp 4 May 2003 13:50:28 -0000 1.66
+++ script_v5.cpp 4 May 2003 14:06:30 -0000 1.67
@@ -1033,13 +1033,6 @@
if (_gameId == GID_INDY3_256 || _gameId == GID_INDY3) {
a = getVarOrDirectByte(0x80);
- // Indy3 hack to cheat the 'Leap of Faith' grail test
- // This test is so damn annoying, I'm leaving this in.
- if (_roomResource == 85) {
- setResult(94);
- return;
- }
-
// FIXME - bug 636433 workaround (can't get into Zeppelin)
if (_roomResource == 36) {
setResult(getObjY(a) - 1);
- Previous message: [Scummvm-cvs-logs] CVS: tools Makefile,1.12,1.13 Makefile.mingw,1.5,1.6 descumm3.cpp,1.31,NONE descumm5.cpp,1.12,NONE
- Next message: [Scummvm-cvs-logs] CVS: tools .cvsignore,1.3,1.4 README,1.2,1.3 descumm3.dsp,1.4,NONE descumm5.dsp,1.4,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list