From 2d78eace0529a4015b9be2fa671067281522fd22 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 17 Feb 2019 09:39:21 +0100 Subject: [PATCH] Use QueryInternal in ExecuteInternal. --- src/openrct2/actions/GameAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/actions/GameAction.cpp b/src/openrct2/actions/GameAction.cpp index b564891e0e..69bb3445cf 100644 --- a/src/openrct2/actions/GameAction.cpp +++ b/src/openrct2/actions/GameAction.cpp @@ -261,7 +261,7 @@ namespace GameActions } } - GameActionResult::Ptr result = Query(action); + GameActionResult::Ptr result = QueryInternal(action, topLevel); if (result->Error == GA_ERROR::OK) { if (topLevel)