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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user