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

replace tutorial button with new multiplayer button

tutorial button and multiplayer button can be enabled / disabled easily, window auto resizes etc.
This commit is contained in:
IntelOrca
2015-12-26 17:09:15 +00:00
parent 42292ea218
commit 4eb8192549
5 changed files with 33 additions and 30 deletions

View File

@@ -2208,6 +2208,8 @@ enum {
STR_CHEAT_UNLOCK_OPERATING_LIMITS_TIP = 5585,
STR_SHOW_MULTIPLAYER_TIP = 5588,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};