From 9acd11ab49c845af95ec5fa954826fff7953b8a1 Mon Sep 17 00:00:00 2001 From: dinkc64 <12570148+dinkc64@users.noreply.github.com> Date: Thu, 12 Jun 2014 04:21:24 +0000 Subject: [PATCH] R1471 pt.2+oops --- src/burner/win32/scrn.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/burner/win32/scrn.cpp b/src/burner/win32/scrn.cpp index 087e77519..1f5712b54 100644 --- a/src/burner/win32/scrn.cpp +++ b/src/burner/win32/scrn.cpp @@ -1075,8 +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(); + } + PausedRedraw(); } break; case MENU_STATE_SAVE_SLOT: @@ -1087,7 +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(); + PausedRedraw(); } break;