1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix formatting

This commit is contained in:
Luke Hobbs
2023-06-03 09:38:40 -04:00
parent a17ac8a92b
commit 4fcf4ac7e5

View File

@@ -1087,7 +1087,7 @@ GameActions::Result ScriptEngine::QueryOrExecuteCustomGameAction(const CustomAct
}
return DukToGameActionResult(dukResult);
}
auto action = GameActions::Result();
action.Error = GameActions::Status::Unknown;
action.ErrorTitle = "Unknown custom action";