mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-01 20:30:57 +00:00
Oops, forgot an extern.
This commit is contained in:
parent
34365188bc
commit
9a8e82e5df
2 changed files with 4 additions and 0 deletions
|
@ -974,6 +974,8 @@ MAIN WINDOW
|
|||
===================================================================
|
||||
*/
|
||||
|
||||
extern qboolean keydown[256];
|
||||
|
||||
/*
|
||||
================
|
||||
ClearAllStates
|
||||
|
|
|
@ -270,6 +270,8 @@ void VID_UpdateWindowStatus (void)
|
|||
}
|
||||
|
||||
|
||||
extern qboolean keydown[256];
|
||||
|
||||
/*
|
||||
================
|
||||
ClearAllStates
|
||||
|
|
Loading…
Reference in a new issue