]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/triggers.qh
Improve QCC compatibility
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / triggers.qh
index 2b8274f4b890aa473b5432de2415bb1719e925a1..49cd7be7c252bc74cc106a436c71034bc5dd8843 100644 (file)
@@ -14,8 +14,7 @@ const float   SPAWNFLAG_NOTOUCH = 1;
 
 .float height;
 
-.float nottargeted;
-#define IFTARGETED if(!this.nottargeted && this.targetname != "")
+#define IFTARGETED if(this.targetname && this.targetname != "")
 
 .float lip;