bah, fix one, create another...

This commit is contained in:
Bill Currie 2004-01-27 05:23:36 +00:00
parent 080f6779d4
commit 7ff1534e9d

View file

@ -464,7 +464,7 @@ C_ProcessInput (void)
static void static void
C_KeyEvent (knum_t key, short unicode, qboolean down) C_KeyEvent (knum_t key, short unicode, qboolean down)
{ {
#ifdef HAVE_CURSES #ifdef HAVE_CURSES_H
int ovf = view_offset; int ovf = view_offset;
switch (key) { switch (key) {