]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
autocvars: update to current value after loading a savegame, to always fulfill the...
[xonotic/darkplaces.git] / host_cmd.c
index f341d7d6e3fad00d0026d6b0e3bf54d4863b20a7..202e4d98837545e80f451366f854af79b9a7cca2 100644 (file)
@@ -924,6 +924,9 @@ void Host_Loadgame_f (void)
 
                        // parse the global vars
                        PRVM_ED_ParseGlobals (start);
+
+                       // restore the autocvar globals
+                       Cvar_UpdateAllAutoCvars();
                }
                else
                {