Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DFootpath.h24 PROVISIONAL_PATH_FLAG_2 = (1 << 2), enumerator
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DFootpath.cpp445 if (gProvisionalFootpath.Flags & PROVISIONAL_PATH_FLAG_2) in window_footpath_update_provisional_path_for_bridge_mode()
448 gProvisionalFootpath.Flags &= ~PROVISIONAL_PATH_FLAG_2; in window_footpath_update_provisional_path_for_bridge_mode()
H A DRideConstruction.cpp657 gProvisionalFootpath.Flags |= PROVISIONAL_PATH_FLAG_2; in window_ride_construction_mouseup()