diff options
author | Colin Noga <Tempus@chronometry.ca> | 2013-05-15 14:23:55 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2013-05-15 14:23:55 -0500 |
commit | de9e756406c063438cdf808142e5766e28afe845 (patch) | |
tree | 0ed5fff754041de9a3006011d0ff9d5d4b507ce1 | |
parent | 9cb933ac3b20c3817c44534256285e3e87e266ec (diff) | |
download | kamek-de9e756406c063438cdf808142e5766e28afe845.tar.gz kamek-de9e756406c063438cdf808142e5766e28afe845.zip |
fixed message box/reset crash
Diffstat (limited to '')
-rw-r--r-- | src/msgbox.cpp | 1 |
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(); |