Skip to content

Commit

Permalink
common savegame_loading cvar removed refs #31
Browse files Browse the repository at this point in the history
  • Loading branch information
IR4T4 committed May 7, 2012
1 parent 0d75ea5 commit f4c3887
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qcommon/common.c
Expand Up @@ -3129,7 +3129,6 @@ void Com_Init(char *commandLine)
com_logosPlaying = Cvar_Get("com_logosPlaying", "0", CVAR_ROM);
com_recommendedSet = Cvar_Get("com_recommendedSet", "0", CVAR_ARCHIVE);

Cvar_Get("savegame_loading", "0", CVAR_ROM);

#if defined(_WIN32) && defined(_DEBUG)
com_noErrorInterrupt = Cvar_Get("com_noErrorInterrupt", "0", 0);
Expand Down

0 comments on commit f4c3887

Please sign in to comment.