[Scummvm-cvs-logs] SF.net SVN: scummvm:[42695] scummvm/trunk/engines/scumm/script_v6.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Fri Jul 24 15:30:26 CEST 2009


Revision: 42695
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42695&view=rev
Author:   Kirben
Date:     2009-07-24 13:30:26 +0000 (Fri, 24 Jul 2009)

Log Message:
-----------
Adjust workaround for bug #2826144, to use hard coded offset, that should be safe in all language versions.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/script_v6.cpp

Modified: scummvm/trunk/engines/scumm/script_v6.cpp
===================================================================
--- scummvm/trunk/engines/scumm/script_v6.cpp	2009-07-24 13:01:27 UTC (rev 42694)
+++ scummvm/trunk/engines/scumm/script_v6.cpp	2009-07-24 13:30:26 UTC (rev 42695)
@@ -706,7 +706,7 @@
 	// he's let you inside, will cause the game to hang, if you end the conversation.
 	// This is a script bug, due to a missing jump in one segment of the script.
 	if (_game.id == GID_SAMNMAX && vm.slot[_currentScript].number == 101 && readVar(0x8000 + 97) == 1 && offset == 1) {
-		offset = 1984;
+		offset = -18;
 	} 
 
 	_scriptPointer += offset;


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