[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.268,1.269
Travis Howell
kirben at users.sourceforge.net
Tue Aug 17 06:14:11 CEST 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17154/scumm
Modified Files:
actor.cpp
Log Message:
Typo
Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -d -r1.268 -r1.269
--- actor.cpp 17 Aug 2004 12:47:03 -0000 1.268
+++ actor.cpp 17 Aug 2004 13:09:20 -0000 1.269
@@ -419,7 +419,7 @@
// For some boxes, we ignore the scaling and use whatever values the
// scripts set. This is used e.g. in the Mystery Vortex in Sam&Max.
// Older games used the flag 0x20 differently, though.
- if (_vm->_gameId = GID_SAMNMAX && (_vm->getBoxFlags(walkbox) & kBoxIgnoreScale))
+ if (_vm->_gameId == GID_SAMNMAX && (_vm->getBoxFlags(walkbox) & kBoxIgnoreScale))
return;
boxscale = _vm->getBoxScale(walkbox);
More information about the Scummvm-git-logs
mailing list