summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2013-05-15 14:23:55 -0500
committerColin Noga <Tempus@chronometry.ca>2013-05-15 14:23:55 -0500
commitde9e756406c063438cdf808142e5766e28afe845 (patch)
tree0ed5fff754041de9a3006011d0ff9d5d4b507ce1
parent9cb933ac3b20c3817c44534256285e3e87e266ec (diff)
downloadkamek-de9e756406c063438cdf808142e5766e28afe845.tar.gz
kamek-de9e756406c063438cdf808142e5766e28afe845.zip
fixed message box/reset crash
Diffstat (limited to '')
-rw-r--r--src/msgbox.cpp1
1 files changed, 1 insertions, 0 deletions
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();