mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-07 13:01:01 +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");
|
_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");
|
m_filter = Cvar_Get ("m_filter","0",CVAR_ARCHIVE,"None");
|
||||||
#ifdef HAS_DGA
|
#ifdef HAS_DGA
|
||||||
vid_dga_mouseaccel = Cvar_Get ("vid_dga_mouseaccel","1",CVAR_ARCHIVE,
|
vid_dga_mouseaccel = Cvar_Get ("vid_dga_mouseaccel","1",CVAR_ARCHIVE,
|
||||||
|
|
Loading…
Reference in a new issue