[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


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--) {





More information about the Scummvm-git-logs mailing list