1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 07:43:01 +01:00

Rename SmallCoords and BigCoords

This commit is contained in:
Michael Steenbeek
2018-02-15 17:42:53 +01:00
parent ab94ea74f4
commit bde913ee16
23 changed files with 114 additions and 114 deletions

View File

@@ -39,7 +39,7 @@ uint32 gCurrentViewportFlags;
uint32 gScenarioTicks;
uint8 gCurrentRotation;
const BigCoordsXY TileDirectionDelta[] = {
const CoordsXY TileDirectionDelta[] = {
{-32, 0},
{0, +32},
{+32, 0},