mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Use CoordsXYZ for gMapSelectArrowPosition (#10442)
This commit is contained in:
@@ -73,7 +73,7 @@ uint16_t gMapSelectFlags;
|
||||
uint16_t gMapSelectType;
|
||||
CoordsXY gMapSelectPositionA;
|
||||
CoordsXY gMapSelectPositionB;
|
||||
LocationXYZ16 gMapSelectArrowPosition;
|
||||
CoordsXYZ gMapSelectArrowPosition;
|
||||
uint8_t gMapSelectArrowDirection;
|
||||
|
||||
uint8_t gMapGroundFlags;
|
||||
|
||||
Reference in New Issue
Block a user