]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
precache the null model
authorRudolf Polzer <divverent@xonotic.org>
Sun, 19 Jun 2011 05:52:47 +0000 (07:52 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 19 Jun 2011 05:52:47 +0000 (07:52 +0200)
qcsrc/warpzonelib/server.qc

index 5ec87eb42a99cee6dd1790a012fecbd6afd12d5f..1ec66022144fbf74bf67a1fa9196627e108cddc7 100644 (file)
@@ -588,6 +588,11 @@ void spawnfunc_trigger_warpzone(void)
        //              the map, with another killtarget to designate its
        //              orientation
 
+#ifndef WARPZONE_USE_FIXANGLE
+       // used when teleporting
+       precache_model("null");
+#endif
+
        if(!self.scale)
                self.scale = self.modelscale;
        if(!self.scale)