[Scummvm-cvs-logs] SF.net SVN: scummvm: [23050] scummvm/trunk/engines/simon/simon.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Mon Jun 12 02:47:36 CEST 2006


Revision: 23050
Author:   kirben
Date:     2006-06-11 17:47:30 -0700 (Sun, 11 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23050&view=rev

Log Message:
-----------
Correct function called when exiting oracle or close up scene in FF. Fixes bug #1504393 - FF: Recursion error when using Chemistry Set

Modified Paths:
--------------
    scummvm/trunk/engines/simon/simon.cpp
Modified: scummvm/trunk/engines/simon/simon.cpp
===================================================================
--- scummvm/trunk/engines/simon/simon.cpp	2006-06-12 00:11:24 UTC (rev 23049)
+++ scummvm/trunk/engines/simon/simon.cpp	2006-06-12 00:47:30 UTC (rev 23050)
@@ -1038,9 +1038,9 @@
 
 			if (getGameType() == GType_FF) {
 				if (_variableArray[254] == 63) {
-					hitarea_stuff_helper();
+					hitarea_stuff_helper_2();
 				} else if (_variableArray[254] == 75) {
-					hitarea_stuff_helper();
+					hitarea_stuff_helper_2();
 					_variableArray[60] = 9999;
 					goto out_of_here;
 				}


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