[Scummvm-cvs-logs] SF.net SVN: scummvm:[50291] scummvm/trunk/engines/sci/engine/vm.cpp

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Fri Jun 25 23:04:23 CEST 2010


Revision: 50291
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50291&view=rev
Author:   athrxx
Date:     2010-06-25 21:04:22 +0000 (Fri, 25 Jun 2010)

Log Message:
-----------
SCI: fix typo

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/vm.cpp

Modified: scummvm/trunk/engines/sci/engine/vm.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/vm.cpp	2010-06-25 21:03:53 UTC (rev 50290)
+++ scummvm/trunk/engines/sci/engine/vm.cpp	2010-06-25 21:04:22 UTC (rev 50291)
@@ -386,12 +386,6 @@
 // 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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list