From de9e756406c063438cdf808142e5766e28afe845 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Wed, 15 May 2013 14:23:55 -0500 Subject: fixed message box/reset crash --- src/msgbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msgbox.cpp b/src/msgbox.cpp index ed75f83..47ec554 100644 --- a/src/msgbox.cpp +++ b/src/msgbox.cpp @@ -75,6 +75,7 @@ int dMsgBoxManager_c::onDraw() { int dMsgBoxManager_c::onDelete() { instance = 0; + MessageBoxIsShowing = false; msgDataLoader.unload(); return layout.free(); -- cgit v1.2.3