Fix console preventing window from closing

This commit is contained in:
jacksonmj 2011-02-20 19:08:50 +00:00
parent e640e2dd42
commit 1ae599d63e

View File

@ -3952,6 +3952,7 @@ char *console_ui(pixel *vid_buf,char error[255]) { //TODO: error messages, show
}
}
}
console_mode = 0;
return NULL;
}