From 36e9e031444efd0a1f26ff05a93eacb339737f9e Mon Sep 17 00:00:00 2001 From: Yamagi Date: Mon, 15 Jul 2024 21:44:18 +0200 Subject: [PATCH] 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. --- src/savegame/savegame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/savegame/savegame.c b/src/savegame/savegame.c index 2ff26b1..281f5e4 100644 --- a/src/savegame/savegame.c +++ b/src/savegame/savegame.c @@ -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 */