[Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.166,1.167
Travis Howell
kirben at users.sourceforge.net
Fri Sep 10 07:30:08 CEST 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.186,1.187 scumm.h,1.474,1.475 vars.cpp,1.99,1.100
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm intern.h,2.236,2.237 script_v90he.cpp,2.21,2.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19928/scumm
Modified Files:
akos.cpp
Log Message:
Minor correction
Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- akos.cpp 9 Sep 2004 11:12:22 -0000 1.166
+++ akos.cpp 10 Sep 2004 14:29:36 -0000 1.167
@@ -259,7 +259,7 @@
a->cost.curpos[i] = start;
a->cost.seq3[i] = 0;
if (akst) {
- int size = getResourceDataSize(akst);
+ int size = getResourceDataSize(akst) / 8;
if (size > 0) {
bool found = false;
while (size--) {
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.186,1.187 scumm.h,1.474,1.475 vars.cpp,1.99,1.100
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm intern.h,2.236,2.237 script_v90he.cpp,2.21,2.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list