mirror of
https://github.com/yquake2/xatrix.git
synced 2024-11-10 06:42:22 +00:00
Switch g_quick_weap to 1 by default.
It's a nice to have convenience feature that most players will never notice. Die hard traditionalists can switch it off.
This commit is contained in:
parent
7a173ac7c1
commit
36e9e03144
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ InitGame(void)
|
||||||
/* others */
|
/* others */
|
||||||
aimfix = gi.cvar("aimfix", "0", CVAR_ARCHIVE);
|
aimfix = gi.cvar("aimfix", "0", CVAR_ARCHIVE);
|
||||||
g_machinegun_norecoil = gi.cvar("g_machinegun_norecoil", "0", CVAR_ARCHIVE);
|
g_machinegun_norecoil = gi.cvar("g_machinegun_norecoil", "0", CVAR_ARCHIVE);
|
||||||
g_quick_weap = gi.cvar("g_quick_weap", "0", CVAR_ARCHIVE);
|
g_quick_weap = gi.cvar("g_quick_weap", "1", CVAR_ARCHIVE);
|
||||||
g_swap_speed = gi.cvar("g_swap_speed", "1", 0);
|
g_swap_speed = gi.cvar("g_swap_speed", "1", 0);
|
||||||
|
|
||||||
/* items */
|
/* items */
|
||||||
|
|
Loading…
Reference in a new issue