]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/rotating.qc
Step 6: complete
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / rotating.qc
index f34d41e2b02af8737d31d8c7e701de75dbe047e6..22f3dedea282926edb76fd55ec172d740aad02af 100644 (file)
@@ -65,7 +65,7 @@ spawnfunc(func_rotating)
                return;
        // no EF_LOWPRECISION here, as rounding angles is bad
 
-    this.blocked = generic_plat_blocked;
+    setblocked(this, generic_plat_blocked);
 
        // wait for targets to spawn
        this.SUB_NEXTTHINK = this.SUB_LTIME + 999999999;