mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Remove unused gFootpathSelectedId
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -136,7 +136,6 @@ enum
|
||||
};
|
||||
|
||||
extern FootpathSelection gFootpathSelection;
|
||||
extern uint16_t gFootpathSelectedId;
|
||||
extern CoordsXYZ gFootpathConstructFromPosition;
|
||||
extern uint8_t gFootpathConstructSlope;
|
||||
extern uint8_t gFootpathGroundFlags;
|
||||
|
||||
Reference in New Issue
Block a user