1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

basic player list

This commit is contained in:
zsilencer
2015-07-16 11:32:43 -06:00
parent c0dc591152
commit 7ccb0eb655
7 changed files with 404 additions and 39 deletions

View File

@@ -2030,6 +2030,8 @@ enum {
STR_DEBUG_DROPDOWN_INVENTIONS_LIST = 5491,
STR_DEBUG_DROPDOWN_SCENARIO_OPTIONS = 5492,
STR_PLAYER_LIST = 6002,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};