mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
bah, fix one, create another...
This commit is contained in:
parent
080f6779d4
commit
7ff1534e9d
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ C_ProcessInput (void)
|
|||
static void
|
||||
C_KeyEvent (knum_t key, short unicode, qboolean down)
|
||||
{
|
||||
#ifdef HAVE_CURSES
|
||||
#ifdef HAVE_CURSES_H
|
||||
int ovf = view_offset;
|
||||
|
||||
switch (key) {
|
||||
|
|
Loading…
Reference in a new issue