mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Read legacy shortcuts and move to constants
This commit is contained in:
@@ -178,7 +178,7 @@ void InputManager::Process(const InputEvent& e)
|
||||
auto& console = GetInGameConsole();
|
||||
if (console.IsOpen())
|
||||
{
|
||||
if (!shortcutManager.ProcessEventForSpecificShortcut(e, SHORTCUT_ID_DEBUG_CONSOLE))
|
||||
if (!shortcutManager.ProcessEventForSpecificShortcut(e, ShortcutId::DebugToggleConsole))
|
||||
{
|
||||
ProcessInGameConsole(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user