From fa1c5e0f874364a9cd2979ccdbd174a2347ed244 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Thu, 23 Jan 2014 00:41:26 -0800 Subject: [PATCH] Oops, only reset MsgDialog result on success. --- Core/Dialog/PSPMsgDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Dialog/PSPMsgDialog.cpp b/Core/Dialog/PSPMsgDialog.cpp index 74c836dac9..8b921ee929 100755 --- a/Core/Dialog/PSPMsgDialog.cpp +++ b/Core/Dialog/PSPMsgDialog.cpp @@ -276,9 +276,9 @@ int PSPMsgDialog::Update(int animSpeed) EndDraw(); lastButtons = buttons; + messageDialog.result = 0; } - messageDialog.result = 0; Memory::Memcpy(messageDialogAddr, &messageDialog ,messageDialog.common.size); return 0; }