[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.363,1.364
Eugene Sandulenko
sev at users.sourceforge.net
Tue May 24 07:37:59 CEST 2005
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26040
Modified Files:
actor.cpp
Log Message:
Bug #862245 "MANIAC: Walk infinite loop in bathroom (hack-in-cvs)" has been
automagically fixed long time ago does not require hack anymore.
Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -d -r1.363 -r1.364
--- actor.cpp 23 May 2005 22:48:36 -0000 1.363
+++ actor.cpp 24 May 2005 14:36:06 -0000 1.364
@@ -1783,13 +1783,6 @@
return;
setBox(_walkdata.destbox);
-
- // FIXME: Ender added this recursion counter as a hack around
- // a infinite loop in Maniac V1 - see bug #862245
- if (loopCtr > 100) {
- _moving |= MF_LAST_LEG;
- return;
- }
} while (1);
_moving |= MF_LAST_LEG;
More information about the Scummvm-git-logs
mailing list