Fix console preventing window from closing

This commit is contained in:
jacksonmj 2011-02-21 03:08:50 +08:00 committed by FacialTurd
parent 1307af5c57
commit dc35feeac9

View File

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