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

fix keyboard_shortcut_format_string

This commit is contained in:
IntelOrca
2015-07-17 17:54:01 +01:00
parent 74dc18b062
commit 5f1878dca9

View File

@@ -78,7 +78,7 @@ void keyboard_shortcut_handle_command(int shortcutIndex)
void keyboard_shortcut_format_string(char *buffer, uint16 shortcutKey)
{
char *formatBuffer[256];
char formatBuffer[256];
*buffer = 0;
if (shortcutKey & 0x100) {