From: TimePath Date: Sun, 27 Mar 2016 08:32:44 +0000 (+1100) Subject: Oops X-Git-Tag: xonotic-v0.8.2~997 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e9512bb55909c56f533569f4e4622291c0843c99;p=xonotic%2Fxonotic-data.pk3dir.git Oops --- diff --git a/qcsrc/lib/self.qh b/qcsrc/lib/self.qh index 76607c7e4..31d7d07c8 100644 --- a/qcsrc/lib/self.qh +++ b/qcsrc/lib/self.qh @@ -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); }