1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Fix testpaint

This commit is contained in:
duncanspumpkin
2019-12-19 08:40:21 +00:00
parent f346e439fc
commit b34defa907

View File

@@ -91,8 +91,8 @@ int object_entry_group_counts[] = {
GeneralConfiguration gConfigGeneral;
uint16_t gMapSelectFlags;
uint16_t gMapSelectType;
LocationXY16 gMapSelectPositionA;
LocationXY16 gMapSelectPositionB;
CoordsXY gMapSelectPositionA;
CoordsXY gMapSelectPositionB;
LocationXYZ16 gMapSelectArrowPosition;
uint8_t gMapSelectArrowDirection;