diff --git a/src/game/savegame/savegame.c b/src/game/savegame/savegame.c index 46b7f3d1..7e8ba6de 100644 --- a/src/game/savegame/savegame.c +++ b/src/game/savegame/savegame.c @@ -262,7 +262,7 @@ InitGame(void) 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", "1", CVAR_ARCHIVE); - g_swap_speed = gi.cvar("g_swap_speed", "1", 0); + g_swap_speed = gi.cvar("g_swap_speed", "1", CVAR_ARCHIVE); /* initilize localization */ LocalizationInit();