mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Make Coords isNull/setNull functions TitleCase (#15382)
This commit is contained in:
committed by
GitHub
parent
e00eb3ec52
commit
624a32e93b
@@ -878,7 +878,7 @@ DukValue ScriptEngine::GameActionResultToDuk(const GameAction& action, const std
|
||||
{
|
||||
obj.Set("cost", result->Cost);
|
||||
}
|
||||
if (!result->Position.isNull())
|
||||
if (!result->Position.IsNull())
|
||||
{
|
||||
obj.Set("position", ToDuk(_context, result->Position));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user