]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/main.qc
Minor cleanup of world.qc, move most intermission and map handling code into intermis...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / main.qc
index 3db2a0f8e7c9ea227126aec2f1d26629a5fbf7d6..0983d4621fad6365d74865f7b070607658efa9c3 100644 (file)
@@ -209,7 +209,6 @@ void make_safe_for_remove(entity e)
     }
 }
 
-.float remove_except_protected_forbidden;
 void remove_except_protected(entity e)
 {
        if(e.remove_except_protected_forbidden)