mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-11 07:01:46 +00:00
Make it compile again.
This commit is contained in:
parent
a27aca541b
commit
23a99ab5d3
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ void
|
|||
IN_Init(void)
|
||||
{
|
||||
// Cvar_RegisterVariable(&m_filter);
|
||||
m_filter = Cvar_Get ("m_filter","0",CVAR_ARCHIVE);
|
||||
m_filter = Cvar_Get ("m_filter","0",CVAR_ARCHIVE, "None");
|
||||
if (COM_CheckParm ("-nomouse")) return;
|
||||
|
||||
mouse_x = mouse_y = 0.0;
|
||||
|
|
Loading…
Reference in a new issue