]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/triggers.qc
Clean up self uses in weapon dropping code, also switch EXACTTRIGGER_INIT over to...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / triggers.qc
index 4493138d08dca032f149aaba09a4f8e5f2817f53..776044573edf934f3a354c55a3ee4d09e4662d3f 100644 (file)
@@ -24,7 +24,7 @@ void FixSize(entity e)
 void trigger_init(entity this)
 {
        string m = this.model;
-       WITHSELF(this, WarpZoneLib_ExactTrigger_Init());
+       EXACTTRIGGER_INIT;
        if(m != "")
        {
                precache_model(m);