1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +01:00

Multiplayer interface improvements, cleanup

This commit is contained in:
Gymnasiast
2015-08-16 13:14:04 +02:00
parent 905efcd412
commit c00e044b6c
9 changed files with 46 additions and 21 deletions

View File

@@ -1141,7 +1141,7 @@ enum {
STR_RESEARCH_SCENERY_LABEL = 2273,
STR_RESEARCH_SHOW_DETAILS_TIP = 2274,
STR_FINANCES_RESEARCH = 2275,
STR_FINANCES_RESEARCH_TIP = 2275,
STR_RESEARCH_AND_DEVELOPMENT_TIP = 2276,
STR_RESEARCH_UNKNOWN = 2277,
@@ -1890,6 +1890,8 @@ enum {
STR_RESEARCH_BUTTON_ON_TOOLBAR = 5121,
STR_SELECT_BY_TRACK_TYPE = 5122,
STR_CHEATS_BUTTON_ON_TOOLBAR = 5147,
STR_GAME_SPEED_TIP = 5148,
STR_CHEATS_TIP = 5149,
STR_HARDWARE_DISPLAY = 5154,
@@ -2031,7 +2033,6 @@ enum {
STR_DEBUG_DROPDOWN_SCENARIO_OPTIONS = 5492,
STR_SEND_MESSAGE = 5493,
STR_TYPE_THE_MESSAGE_YOU_WOULD_LIKE_TO_SEND = 5494,
STR_PLAYER_LIST = 5495,
STR_PLAYER = 5496,
STR_PING = 5497,
@@ -2042,6 +2043,8 @@ enum {
STR_MULTIPLAYER = 5502,
STR_ENTER_HOSTNAME_OR_IP_ADDRESS = 5503,
STR_SHOW_MULTIPLAYER_STATUS_TIP = 5504,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};