[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.229.2.7,2.229.2.8
Max Horn
fingolfin at users.sourceforge.net
Sat Jul 31 18:25:00 CEST 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.363,1.364
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm resource.h,1.10,1.11 script_v6.cpp,1.364,1.365 script_v6he.cpp,2.79,2.80 script_v7he.cpp,2.31,2.32 script_v8.cpp,2.261,2.262
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28282
Modified Files:
Tag: branch-0-6-0
script_v8.cpp
Log Message:
Backport fix from trunk
Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.229.2.7
retrieving revision 2.229.2.8
diff -u -d -r2.229.2.7 -r2.229.2.8
--- script_v8.cpp 19 Jul 2004 00:01:37 -0000 2.229.2.7
+++ script_v8.cpp 1 Aug 2004 01:23:53 -0000 2.229.2.8
@@ -552,13 +552,7 @@
a = _fileHandle.readUint32LE();
b = _fileHandle.readUint32LE();
- // FIXME - seems the COMI scripts have a bug related to array 436.
- // and visible in script 2015, room 20. Basically, the dimensions
- // are swapped in the definition of the array, but its obvious
- // that this must be a script bug simply by looking at the defintions
- // of other arrays and how they are used.
- // Talk to fingolfin if you have questions about this :-)
- if (num == 436)
+ if (b != 0)
defineArray(num, 5, b, a);
else
defineArray(num, 5, a, b);
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.363,1.364
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm resource.h,1.10,1.11 script_v6.cpp,1.364,1.365 script_v6he.cpp,2.79,2.80 script_v7he.cpp,2.31,2.32 script_v8.cpp,2.261,2.262
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list