diff options
author | Florian Kagerer | 2010-06-25 21:04:22 +0000 |
---|---|---|
committer | Florian Kagerer | 2010-06-25 21:04:22 +0000 |
commit | b96c0a1f0797812e45d1ee135d291556f9c60866 (patch) | |
tree | 569a1d8e3aa77c89ce8ac26003ef0e7ab742a0d1 /engines | |
parent | e1a333570eb127fd9d16c1272cc9772d6f6b9559 (diff) | |
download | scummvm-rg350-b96c0a1f0797812e45d1ee135d291556f9c60866.tar.gz scummvm-rg350-b96c0a1f0797812e45d1ee135d291556f9c60866.tar.bz2 scummvm-rg350-b96c0a1f0797812e45d1ee135d291556f9c60866.zip |
SCI: fix typo
svn-id: r50291
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/engine/vm.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/sci/engine/vm.cpp b/engines/sci/engine/vm.cpp index 452ccde2da..29def1765b 100644 --- a/engines/sci/engine/vm.cpp +++ b/engines/sci/engine/vm.cpp @@ -386,12 +386,6 @@ ExecStack *send_selector(EngineState *s, reg_t send_obj, reg_t work_obj, StackPt // Returns a pointer to the TOS exec_stack element assert(s); - //if (send_obj.segment == 27 && send_obj.offset == 190 && s->resmgr->_protectionCountSpec > 20) { - //if (s->resmgr->_protectionCountSpec == 21) - // s->resmgr->_protectionCountSpec--; - //send_obj.offset = 1388; - //} - reg_t funcp; int selector; int argc; |