summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-02-20 19:08:50 (GMT)
committer FacialTurd <simon@hardwired.org.uk>2011-02-21 16:05:52 (GMT)
commitdc35feeac9e692191b99ba44122dbab203d1cd6c (patch)
treee8fded80ef5e09b02593f690c2bd3d272f0d51bc /src
parent1307af5c5787cecfffac7e383e23b88a92d694d7 (diff)
downloadpowder-dc35feeac9e692191b99ba44122dbab203d1cd6c.zip
powder-dc35feeac9e692191b99ba44122dbab203d1cd6c.tar.gz
Fix console preventing window from closing
Diffstat (limited to 'src')
-rw-r--r--src/interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c
index 703ac06..0efc780 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;
}