]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Oops
authorTimePath <andrew.hardaker1995@gmail.com>
Sun, 27 Mar 2016 08:32:44 +0000 (19:32 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Sun, 27 Mar 2016 08:32:44 +0000 (19:32 +1100)
qcsrc/lib/self.qh

index 76607c7e44db0920cd16398d4dfeb30ab633c7f3..31d7d07c80db730f1db4f376a71c3f6f6dae1de9 100644 (file)
@@ -35,7 +35,7 @@
 
 .void(entity this) selftouch;
 void touch_self() { SELFPARAM(); this.selftouch(this); }
-#define settouch(e, f) (e.use = touch_self, e.selftouch = f)
+#define settouch(e, f) (e.touch = touch_self, e.selftouch = f)
 
 .void(entity this) selfuse;
 void use_self() { SELFPARAM(); this.selfuse(this); }