Add hotkeys for save/load state to/from file.

This commit is contained in:
Rachel Bryk
2013-06-30 19:01:30 -04:00
parent c34c82e7ae
commit e4846de692
5 changed files with 17 additions and 3 deletions

View File

@ -771,6 +771,8 @@ int GetCmdForHotkey(unsigned int key)
case HK_SAVE_FIRST_STATE: return IDM_SAVEFIRSTSTATE;
case HK_UNDO_LOAD_STATE: return IDM_UNDOLOADSTATE;
case HK_UNDO_SAVE_STATE: return IDM_UNDOSAVESTATE;
case HK_LOAD_STATE_FILE: return IDM_LOADSTATEFILE;
case HK_SAVE_STATE_FILE: return IDM_SAVESTATEFILE;
}
return -1;