R1471 pt.2

This commit is contained in:
dinkc64 2014-06-12 04:19:27 +00:00
parent 3d4782cb04
commit eae9fb7ded
1 changed files with 3 additions and 1 deletions

View File

@ -1075,7 +1075,8 @@ static void OnCommand(HWND /*hDlg*/, int id, HWND /*hwndCtl*/, UINT codeNotify)
VidSNewShortMsg(FBALoadStringEx(hAppInst, IDS_STATE_LOADED, true));
} else {
VidSNewShortMsg(FBALoadStringEx(hAppInst, IDS_STATE_LOAD_ERROR, true), 0xFF3F3F);
}
}
PausedRedraw();
}
break;
case MENU_STATE_SAVE_SLOT:
@ -1086,6 +1087,7 @@ static void OnCommand(HWND /*hDlg*/, int id, HWND /*hwndCtl*/, UINT codeNotify)
VidSNewShortMsg(FBALoadStringEx(hAppInst, IDS_STATE_SAVE_ERROR, true), 0xFF3F3F);
SetPauseMode(1);
}
PausedRedraw();
}
break;