diff --git a/Core/Dialog/PSPMsgDialog.cpp b/Core/Dialog/PSPMsgDialog.cpp index 403dc042f1..9bdb8c5b07 100755 --- a/Core/Dialog/PSPMsgDialog.cpp +++ b/Core/Dialog/PSPMsgDialog.cpp @@ -291,7 +291,7 @@ int PSPMsgDialog::Update(int animSpeed) int PSPMsgDialog::Abort() { //Fix Katekyoushi Hitman Reborn! Battle Arena - if (status == SCE_UTILITY_STATUS_NONE) + if (status != SCE_UTILITY_STATUS_RUNNING) return SCE_ERROR_UTILITY_INVALID_STATUS; else { status = SCE_UTILITY_STATUS_FINISHED;