1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-21 23:03:04 +01:00

Make Coords isNull/setNull functions TitleCase (#15382)

This commit is contained in:
Michael Steenbeek
2021-09-09 01:48:53 +02:00
committed by GitHub
parent e00eb3ec52
commit 624a32e93b
46 changed files with 246 additions and 246 deletions

View File

@@ -857,7 +857,7 @@ namespace OpenRCT2
}
// Focus camera on event.
if (isPositionValid && !result->Position.isNull())
if (isPositionValid && !result->Position.IsNull())
{
auto* mainWindow = window_get_main();
if (mainWindow != nullptr)