Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/localisation/
H A DStringIds.h619 STR_PEOPLE_ON_RIDE = 1200, enumerator
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRide.cpp819 ft.Add<rct_string_id>(num_riders == 1 ? STR_PERSON_ON_RIDE : STR_PEOPLE_ON_RIDE); in FormatStatusTo()