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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed May 19 19:11:15 CEST 2010


Revision: 49104
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49104&view=rev
Author:   thebluegr
Date:     2010-05-19 17:11:15 +0000 (Wed, 19 May 2010)

Log Message:
-----------
Fixed silly typo in #49099. Iceman works again (thanks m_kiewitz)

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

Modified: scummvm/trunk/engines/sci/engine/script.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/script.cpp	2010-05-19 16:54:42 UTC (rev 49103)
+++ scummvm/trunk/engines/sci/engine/script.cpp	2010-05-19 17:11:15 UTC (rev 49104)
@@ -470,7 +470,7 @@
 	if (relocation >= 0)
 		scr->scriptRelocate(make_reg(seg_id, relocation));
 
-	return curOffset;		// instantiation successful
+	return seg_id;		// instantiation successful
 }
 
 int script_instantiate_sci11(ResourceManager *resMan, SegManager *segMan, int script_nr) {


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