[Scummvm-cvs-logs] SF.net SVN: scummvm: [23051] scummvm/branches/branch-0-9-0/engines/simon/simon.cpp

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


Revision: 23051
Author:   kirben
Date:     2006-06-11 17:47:33 -0700 (Sun, 11 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23051&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/branches/branch-0-9-0/engines/simon/simon.cpp
Modified: scummvm/branches/branch-0-9-0/engines/simon/simon.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/engines/simon/simon.cpp	2006-06-12 00:47:30 UTC (rev 23050)
+++ scummvm/branches/branch-0-9-0/engines/simon/simon.cpp	2006-06-12 00:47:33 UTC (rev 23051)
@@ -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