Fix ee's check for ERR input (bhaak).

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@626 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Pasi Kallinen 2011-10-12 14:50:37 +00:00
parent 97967299ea
commit 3f402d4bbd
1 changed files with 1 additions and 1 deletions

2
ee.c
View File

@ -486,7 +486,7 @@ char *argv[];
int keyt;
wrefresh(text_win);
keyt = wget_wch(text_win, &in);
if (in == ERR)
if (keyt == ERR)
exit(0);
resize_check();