Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DVehicle.cpp6647 CoordsXY slowLocation = location; in block_brakes_open_previous_section() local
6669 track_block_get_previous({ slowLocation, &slowTileElement }, &slowTrackBeginEnd); in block_brakes_open_previous_section()
6670 slowLocation.x = slowTrackBeginEnd.end_x; in block_brakes_open_previous_section()
6671 slowLocation.y = slowTrackBeginEnd.end_y; in block_brakes_open_previous_section()
6673 if (slowLocation == location && slowTileElement.GetBaseZ() == tileElement->GetBaseZ() in block_brakes_open_previous_section()