From b96c0a1f0797812e45d1ee135d291556f9c60866 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Fri, 25 Jun 2010 21:04:22 +0000 Subject: SCI: fix typo svn-id: r50291 --- engines/sci/engine/vm.cpp | 6 ------ 1 file changed, 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; -- cgit v1.2.3