mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 06:23:04 +01:00
Rename members of RegisteredShortcut
This commit is contained in:
@@ -622,7 +622,7 @@ public:
|
||||
{
|
||||
auto& shortcutManager = GetShortcutManager();
|
||||
auto* shortcut = shortcutManager.GetShortcut(shortcutId);
|
||||
return shortcut != nullptr ? shortcut->GetDisplayString() : std::string();
|
||||
return shortcut != nullptr ? shortcut->getDisplayString() : std::string();
|
||||
}
|
||||
|
||||
void SetMainView(const ScreenCoordsXY& viewPos, ZoomLevel zoom, int32_t rotation) override
|
||||
|
||||
Reference in New Issue
Block a user