Home
last modified time | relevance | path

Searched refs:_numCurrentPossibleSpecialTrackPieces (Results 1 – 3 of 3) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRide.h1083 extern uint16_t _numCurrentPossibleSpecialTrackPieces;
H A DRideConstruction.cpp55 uint16_t _numCurrentPossibleSpecialTrackPieces; variable
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DRideConstruction.cpp2720 _numCurrentPossibleSpecialTrackPieces = 0; in window_ride_construction_update_possible_ride_configurations()
2775 _numCurrentPossibleSpecialTrackPieces++; in window_ride_construction_update_possible_ride_configurations()
2808 if (_numCurrentPossibleSpecialTrackPieces == 0) in window_ride_construction_update_widgets()