From dc35feeac9e692191b99ba44122dbab203d1cd6c Mon Sep 17 00:00:00 2001 From: jacksonmj Date: Mon, 21 Feb 2011 03:08:50 +0800 Subject: [PATCH] Fix console preventing window from closing --- src/interface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interface.c b/src/interface.c index 703ac068b..0efc7809b 100644 --- a/src/interface.c +++ b/src/interface.c @@ -3953,6 +3953,7 @@ char *console_ui(pixel *vid_buf,char error[255]) { //TODO: error messages, show } } } + console_mode = 0; return NULL; }