1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Remove unused gFootpathSelectedId

This commit is contained in:
Gymnasiast
2025-09-14 16:25:55 +02:00
parent a3d4db9287
commit 121c2e0831
2 changed files with 0 additions and 2 deletions

View File

@@ -52,7 +52,6 @@ using namespace OpenRCT2::TrackMetaData;
void FootpathUpdateQueueEntranceBanner(const CoordsXY& footpathPos, TileElement* tileElement);
FootpathSelection gFootpathSelection;
uint16_t gFootpathSelectedId;
CoordsXYZ gFootpathConstructFromPosition;
uint8_t gFootpathConstructSlope;
uint8_t gFootpathGroundFlags;

View File

@@ -136,7 +136,6 @@ enum
};
extern FootpathSelection gFootpathSelection;
extern uint16_t gFootpathSelectedId;
extern CoordsXYZ gFootpathConstructFromPosition;
extern uint8_t gFootpathConstructSlope;
extern uint8_t gFootpathGroundFlags;