mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 15:24:30 +01:00
Merge pull request #2911 from Overv/show-peeps-in-closed-ride
Show amount of peeps still on ride in tooltip when ride is closed (resolves #2708)
This commit is contained in:
@@ -2334,6 +2334,11 @@ enum {
|
||||
|
||||
STR_OPTIONS_RENDERING_TIP = 5734,
|
||||
|
||||
STR_CLOSED_WITH_PERSON = 5737,
|
||||
STR_CLOSED_WITH_PEOPLE = 5738,
|
||||
|
||||
STR_CUSTOMERS_ON_RIDE = 5739,
|
||||
|
||||
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
|
||||
STR_COUNT = 32768
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user