1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00

Remove old shortcut code and fix issues

This commit is contained in:
Ted John
2021-01-16 18:04:58 +00:00
parent f2f658bf28
commit 2b3aabb8e4
15 changed files with 46 additions and 584 deletions

View File

@@ -42,6 +42,7 @@ namespace OpenRCT2::Scripting
registeredShortcut.Default.emplace_back(binding);
}
shortcutManager.RegisterShortcut(std::move(registeredShortcut));
shortcutManager.LoadUserBindings();
}
CustomShortcut::~CustomShortcut()