]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
fix stupid typo in GLSL shader
[xonotic/darkplaces.git] / sv_main.c
index 73d2fdbe41cb32df9e638d39c46c033dcbf6d867..8005c874810e89418eb1fdfd61cd5f77bb18c817 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -1607,6 +1607,9 @@ void SV_SpawnServer (const char *server)
 
        Con_DPrintf("SpawnServer: %s\n", server);
 
+       if (cls.state != ca_dedicated)
+               SCR_BeginLoadingPlaque();
+
        snprintf (modelname, sizeof(modelname), "maps/%s.bsp", server);
        worldmodel = Mod_ForName(modelname, false, true, true);
        if (!worldmodel || !worldmodel->TraceBox)