[Scummvm-cvs-logs] scummvm master -> 58498dca8effe5de50890f53c18fb8fc5aeb0939

bluegr md5 at scummvm.org
Mon Mar 14 12:16:30 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
58498dca8e SCI: Removed obsolete comment about kDoBresen()


Commit: 58498dca8effe5de50890f53c18fb8fc5aeb0939
    https://github.com/scummvm/scummvm/commit/58498dca8effe5de50890f53c18fb8fc5aeb0939
Author: md5 (md5 at scummvm.org)
Date: 2011-03-14T04:15:00-07:00

Commit Message:
SCI: Removed obsolete comment about kDoBresen()

Changed paths:
    engines/sci/engine/kmovement.cpp



diff --git a/engines/sci/engine/kmovement.cpp b/engines/sci/engine/kmovement.cpp
index eb5a39a..49d2900 100644
--- a/engines/sci/engine/kmovement.cpp
+++ b/engines/sci/engine/kmovement.cpp
@@ -166,17 +166,6 @@ reg_t kSetJump(EngineState *s, int argc, reg_t *argv) {
 	return s->r_acc;
 }
 
-// TODO/FIXME: There is a notable regression with the new kInitBresed/kDoBresen
-// functions below in a death scene of LB1 - the shower scene, room 215 (bug
-// #3122075). There is a hack to get around this bug by modifying the actor's
-// position for that scene in kScriptID. The actual bug should be found, but
-// since only this death scene has an issue, it's not really worth the effort.
-// The new kInitBresen/kDoBresen functions have been enabled in r52467. The
-// old ones are based on observations, so there are many differences in the
-// way that they behave. Check the hack in kScriptID for more info. Note that
-// the actual issue might not be with kInitBresen/kDoBresen, and there might
-// be another underlying problem here.
-
 reg_t kInitBresen(EngineState *s, int argc, reg_t *argv) {
 	SegManager *segMan = s->_segMan;
 	reg_t mover = argv[0];






More information about the Scummvm-git-logs mailing list