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

View file

@ -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 */