aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/simon/simon.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}