Skip to content

Commit

Permalink
Merge remote-tracking branch 'yquake2/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
0lvin committed Sep 21, 2024
2 parents 831f51d + 9278772 commit ecb53ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/savegame/savegame.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ecb53ba

Please sign in to comment.