mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-21 10:51:06 +00:00
remove the aliasing of _windowed_mouse as in_grab isn't used as a name in this tree
This commit is contained in:
parent
d30edea236
commit
d14e18e42f
1 changed files with 0 additions and 1 deletions
|
@ -459,7 +459,6 @@ IN_Init(void)
|
|||
}
|
||||
|
||||
_windowed_mouse = Cvar_Get ("_windowed_mouse","0",CVAR_ARCHIVE,"None");
|
||||
Cvar_Alias_Get ("_windowed_mouse", _windowed_mouse);
|
||||
m_filter = Cvar_Get ("m_filter","0",CVAR_ARCHIVE,"None");
|
||||
#ifdef HAS_DGA
|
||||
vid_dga_mouseaccel = Cvar_Get ("vid_dga_mouseaccel","1",CVAR_ARCHIVE,
|
||||
|
|
Loading…
Reference in a new issue