mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Fix gLastEntranceStyle
This commit is contained in:
@@ -128,7 +128,7 @@ StationIndex gRideEntranceExitPlaceStationIndex;
|
||||
uint8_t gRideEntranceExitPlacePreviousRideConstructionState;
|
||||
Direction gRideEntranceExitPlaceDirection;
|
||||
|
||||
uint8_t gLastEntranceStyle;
|
||||
ObjectEntryIndex gLastEntranceStyle;
|
||||
|
||||
// Static function declarations
|
||||
Peep* find_closest_mechanic(const CoordsXY& entrancePosition, int32_t forInspection);
|
||||
|
||||
@@ -1105,7 +1105,7 @@ extern uint8_t gRideEntranceExitPlaceDirection;
|
||||
|
||||
extern bool gGotoStartPlacementMode;
|
||||
|
||||
extern uint8_t gLastEntranceStyle;
|
||||
extern ObjectEntryIndex gLastEntranceStyle;
|
||||
|
||||
int32_t ride_get_count();
|
||||
void ride_init_all();
|
||||
|
||||
Reference in New Issue
Block a user