X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fself.qh;h=d5ddf202d43b93573ef4d6af6ac927ca6bb9a43a;hb=ba5af06cf3f399d5b454ec87473347820d81bd2e;hp=4299c19cd3674a286d3b5eea310a0754f3db0ad1;hpb=be37ea91fb3bbd1a6fa4f0b70b32d1ea95343ad4;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/self.qh b/qcsrc/lib/self.qh index 4299c19cd..d5ddf202d 100644 --- a/qcsrc/lib/self.qh +++ b/qcsrc/lib/self.qh @@ -77,7 +77,7 @@ SELFWRAP(touch, void, (), (entity this, entity toucher), (this, other)) #ifdef GAMEQC SELFWRAP(blocked, void, (), (entity this, entity blocker), (this, other)) #define setblocked(e, f) SELFWRAP_SET(blocked, e, f) -#define blocked stopusingthis +#define getblocked(e) SELFWRAP_GET(blocked, e) #endif SELFWRAP(predraw, void, (), (entity this), (this))