From e9512bb55909c56f533569f4e4622291c0843c99 Mon Sep 17 00:00:00 2001 From: TimePath Date: Sun, 27 Mar 2016 19:32:44 +1100 Subject: [PATCH] Oops --- qcsrc/lib/self.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2