]> git.rm.cloudns.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)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 30 Apr 2010 17:20:37 +0000 (19:20 +0200)
developer is 0

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10001 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=db08fdf387c8b8f1bd089893962ce66dd2804200

sv_main.c

index abd67fcf02500e0226c3038a2b50f9287e6f7846..fb0be74065f0260c084673b419664649fbc13eb5 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -3090,7 +3090,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);