1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Show amount of peeps still on ride in tooltip when ride is closed (resolves #2708)

This commit is contained in:
Alexander Overvoorde
2016-02-10 22:28:45 +01:00
parent 2077c51e0b
commit 5ee7d1bbae
3 changed files with 16 additions and 0 deletions

View File

@@ -2333,6 +2333,9 @@ enum {
STR_OPTIONS_RENDERING_TIP = 5734,
STR_CLOSED_WITH_PERSON = 5737,
STR_CLOSED_WITH_PEOPLE = 5738,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};