]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/plat.qc
Move non-generic entity flags to their own headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / plat.qc
index 00d4f78d28b4d1dd55d8987a4fa9d36e91b54dae..b052336217990a32a646d852679bc3c0d1d83c20 100644 (file)
@@ -58,7 +58,7 @@ void plat_link(entity this)
 
 spawnfunc(func_plat)
 {
-       if (this.spawnflags & PLAT_CRUSH)
+       if (this.spawnflags & CRUSH)
        {
                this.dmg = 10000;
        }