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:
Yamagi 2024-07-15 21:44:18 +02:00
parent 7a173ac7c1
commit 36e9e03144
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,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 */