1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Clean up string and sprite ID's (#3977)

This commit is contained in:
Marijn van der Werf
2016-07-14 14:07:49 +02:00
committed by Michael Steenbeek
parent fb456a86ea
commit 5204fb0ce9
109 changed files with 4371 additions and 2651 deletions

View File

@@ -2086,7 +2086,8 @@ const char* network_get_group_name(unsigned int index)
void network_chat_show_connected_message()
{
char *templateString = (char*)language_get_string(STR_INDIVIDUAL_KEYS_BASE);
// TODO: How does this work? 2525 is '???'
char *templateString = (char*)language_get_string(STR_SHORTCUT_KEY_UNKNOWN);
keyboard_shortcut_format_string(templateString, gShortcutKeys[SHORTCUT_OPEN_CHAT_WINDOW]);
utf8 buffer[256];
NetworkPlayer server;