[Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.110,1.111

Travis Howell kirben at users.sourceforge.net
Sun Feb 22 00:31:03 CET 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27301/scumm

Modified Files:
	akos.cpp 
Log Message:

VAR confirmed awhile ago.


Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- akos.cpp	19 Feb 2004 02:18:05 -0000	1.110
+++ akos.cpp	22 Feb 2004 08:18:28 -0000	1.111
@@ -548,7 +548,6 @@
 
 	v1.scaletable = defaultScaleTable;
 
-	// FIXME - which value for VAR_CUSTOMSCALETABLE in V8 ?
 	if (_vm->VAR_CUSTOMSCALETABLE != 0xFF && _vm->isGlobInMemory(rtString, _vm->VAR(_vm->VAR_CUSTOMSCALETABLE))) {
 		v1.scaletable = _vm->getStringAddressVar(_vm->VAR_CUSTOMSCALETABLE);
 	}





More information about the Scummvm-git-logs mailing list