From: Rudolf Polzer Date: Sun, 19 Jun 2011 05:52:47 +0000 (+0200) Subject: precache the null model X-Git-Tag: xonotic-v0.5.0~199^2^2~15^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=12c43c521acd4f7f9adfb7d6547203c35eb1e7bc;p=xonotic%2Fxonotic-data.pk3dir.git precache the null model --- diff --git a/qcsrc/warpzonelib/server.qc b/qcsrc/warpzonelib/server.qc index 5ec87eb42..1ec660221 100644 --- a/qcsrc/warpzonelib/server.qc +++ b/qcsrc/warpzonelib/server.qc @@ -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)