1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Use QueryInternal in ExecuteInternal.

This commit is contained in:
Matt
2019-02-17 09:39:21 +01:00
parent 416915c883
commit 2d78eace05

View File

@@ -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)