1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Fix shortcut typo

This commit is contained in:
George King
2025-03-15 10:42:32 +01:00
committed by GitHub
parent cb5b25a49e
commit 796287df95

View File

@@ -153,7 +153,7 @@ EShortcut ShortcutHandler::findShortcut(const std::string & identifier ) const
{"mainMenuCampaignChr", EShortcut::MAIN_MENU_CAMPAIGN_CHR },
{"mainMenuCampaignHota", EShortcut::MAIN_MENU_CAMPAIGN_HOTA },
{"mainMenuCampaignWog", EShortcut::MAIN_MENU_CAMPAIGN_WOG },
{"mainMenuCampaignVcmi", EShortcut::MAIN_MENU_CAMPAIGN_VCMI },
{"mainMenuCampaignVCMI", EShortcut::MAIN_MENU_CAMPAIGN_VCMI },
{"mainMenuLobby", EShortcut::MAIN_MENU_LOBBY },
{"lobbyBeginStandardGame", EShortcut::LOBBY_BEGIN_STANDARD_GAME },
{"lobbyBeginCampaign", EShortcut::LOBBY_BEGIN_CAMPAIGN },