From e31ea42d1203aec0e9416aa308f5ae0aba9abbdf Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 12 Jun 2006 00:47:30 +0000 Subject: Correct function called when exiting oracle or close up scene in FF. Fixes bug #1504393 - FF: Recursion error when using Chemistry Set svn-id: r23050 --- engines/simon/simon.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp index 7d4e8ed9ad..869ae76600 100644 --- a/engines/simon/simon.cpp +++ b/engines/simon/simon.cpp @@ -1038,9 +1038,9 @@ void SimonEngine::setup_cond_c_helper() { 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; } -- cgit v1.2.3