diff options
| -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();  | 
