diff options
author | md5 | 2011-03-14 13:12:59 +0200 |
---|---|---|
committer | md5 | 2011-03-14 13:15:00 +0200 |
commit | 58498dca8effe5de50890f53c18fb8fc5aeb0939 (patch) | |
tree | 56e78c42b9649e28f4e45acf923d38a17c08e50b /engines/sci | |
parent | 0b9e6675ef7e7c2b11345ac2f556e5891222840c (diff) | |
download | scummvm-rg350-58498dca8effe5de50890f53c18fb8fc5aeb0939.tar.gz scummvm-rg350-58498dca8effe5de50890f53c18fb8fc5aeb0939.tar.bz2 scummvm-rg350-58498dca8effe5de50890f53c18fb8fc5aeb0939.zip |
SCI: Removed obsolete comment about kDoBresen()
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/engine/kmovement.cpp | 11 |
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]; |