aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authormd52011-03-14 13:12:59 +0200
committermd52011-03-14 13:15:00 +0200
commit58498dca8effe5de50890f53c18fb8fc5aeb0939 (patch)
tree56e78c42b9649e28f4e45acf923d38a17c08e50b /engines
parent0b9e6675ef7e7c2b11345ac2f556e5891222840c (diff)
downloadscummvm-rg350-58498dca8effe5de50890f53c18fb8fc5aeb0939.tar.gz
scummvm-rg350-58498dca8effe5de50890f53c18fb8fc5aeb0939.tar.bz2
scummvm-rg350-58498dca8effe5de50890f53c18fb8fc5aeb0939.zip
SCI: Removed obsolete comment about kDoBresen()
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/engine/kmovement.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/engines/sci/engine/kmovement.cpp b/engines/sci/engine/kmovement.cpp
index eb5a39a9a7..49d2900835 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];