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:
@@ -39,7 +39,7 @@ uint32 gCurrentViewportFlags;
|
||||
uint32 gScenarioTicks;
|
||||
uint8 gCurrentRotation;
|
||||
|
||||
const BigCoordsXY TileDirectionDelta[] = {
|
||||
const CoordsXY TileDirectionDelta[] = {
|
||||
{-32, 0},
|
||||
{0, +32},
|
||||
{+32, 0},
|
||||
|
||||
Reference in New Issue
Block a user