Show message again for undid load state

This commit is contained in:
twinaphex 2016-07-15 20:47:49 +02:00
parent f816829d99
commit eab8890ecf
2 changed files with 3 additions and 0 deletions

View File

@ -3236,6 +3236,8 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg)
return "Undo Load State";
case MENU_ENUM_LABEL_VALUE_UNDO_SAVE_STATE:
return "Undo Save State";
case MSG_UNDID_LOAD_STATE:
return "Undid load state.";
case MENU_ENUM_LABEL_VALUE_RESUME_CONTENT:
return "Resume";
case MENU_ENUM_LABEL_VALUE_INPUT_DRIVER:

View File

@ -132,6 +132,7 @@ enum msg_hash_enums
MSG_NO_SAVE_STATE_HAS_BEEN_OVERWRITTEN_YET,
MSG_CANNOT_INFER_NEW_CONFIG_PATH,
MSG_UNDID_LOAD_STATE,
MSG_UNDID_SAVE_STATE,
MSG_FAILED_TO_ACCEPT_INCOMING_SPECTATOR,
MSG_FAILED_TO_GET_NICKNAME_FROM_CLIENT,
MSG_FAILED_TO_SEND_NICKNAME_TO_CLIENT,