Skip to content

Commit

Permalink
Mark g_swap_speed as CVAR_ARCHIVE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamagi committed Sep 21, 2024
1 parent 16db9ea commit 1957253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/savegame/savegame.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,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);

/* items */
InitItems ();
Expand Down

0 comments on commit 1957253

Please sign in to comment.