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:
committed by
Michael Steenbeek
parent
fb456a86ea
commit
5204fb0ce9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user