Enable Load Game hot-key in main menu
Apparently a regression from 1.10. Reported in bug #23215.
This commit is contained in:
parent
ee812a8bd5
commit
4d8bcf6a58
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ hotkey::hotkey_command_temp hotkey_list_[] = {
|
|||
{ hotkey::HOTKEY_SAVE_GAME, "save", N_("Save Game"), false, scope_game, "" },
|
||||
{ hotkey::HOTKEY_SAVE_REPLAY, "savereplay", N_("Save Replay"), false, scope_game, "" },
|
||||
{ hotkey::HOTKEY_SAVE_MAP, "savemap", N_("Save Map"), false, scope_game, "" },
|
||||
{ hotkey::HOTKEY_LOAD_GAME, "load", N_("Load Game"), false, scope_game, "" },
|
||||
{ hotkey::HOTKEY_LOAD_GAME, "load", N_("Load Game"), false, scope_game | scope_main, "" },
|
||||
{ hotkey::HOTKEY_RECRUIT, "recruit", N_("Recruit"), false, scope_game, "" },
|
||||
{ hotkey::HOTKEY_REPEAT_RECRUIT, "repeatrecruit", N_("Repeat Recruit"), false, scope_game, "" },
|
||||
{ hotkey::HOTKEY_RECALL, "recall", N_("Recall"), false, scope_game, "" },
|
||||
|
|
Loading…
Add table
Reference in a new issue