mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +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
|
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) {
|
||||||
|
|
Loading…
Reference in a new issue