]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
don't bother checking if bsp file has been modified on a level change if
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 25 Feb 2010 16:09:49 +0000 (16:09 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 25 Feb 2010 16:09:49 +0000 (16:09 +0000)
developer is 0

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10001 d7cf8633-e32d-0410-b094-e92efae38249

sv_main.c

index 86436e03f92d1dd7eba462051e2da324cea3f100..b66d71672492abb5859013ee9c7e6f62ed5d43ad 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -3003,7 +3003,7 @@ void SV_SpawnServer (const char *server)
        // free q3 shaders so that any newly downloaded shaders will be active
        Mod_FreeQ3Shaders();
 
-       worldmodel = Mod_ForName(modelname, false, true, NULL);
+       worldmodel = Mod_ForName(modelname, false, developer.integer != 0, NULL);
        if (!worldmodel || !worldmodel->TraceBox)
        {
                Con_Printf("Couldn't load map %s\n", modelname);