1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Move two footpath globals into the window

This commit is contained in:
Gymnasiast
2025-09-14 16:35:27 +02:00
parent 121c2e0831
commit 4cf07f181d
3 changed files with 32 additions and 34 deletions

View File

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