mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-22 04:11:25 +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
acad845a6f
commit
145ed6ea89
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ InitGame(void)
|
|||
/* others */
|
||||
aimfix = gi.cvar("aimfix", "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);
|
||||
|
||||
/* items */
|
||||
|
|
Loading…
Reference in a new issue