[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.19,1.20
James Brown
ender at users.sourceforge.net
Sun Oct 20 06:17:02 CEST 2002
Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv30970/scumm
Modified Files:
actor.cpp
Log Message:
Patch 625905: Masking regression fix
Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- actor.cpp 18 Oct 2002 11:45:57 -0000 1.19
+++ actor.cpp 20 Oct 2002 13:16:12 -0000 1.20
@@ -909,7 +909,7 @@
//
// Or it could mean that the actor really is in walkbox 0.
- if (walkbox == 0) {
+ if (_vm->_gameId == GID_LOOM256 && walkbox == 0) {
int i;
cr._zbuf = 0;
More information about the Scummvm-git-logs
mailing list