]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/shownames.qc
Remove SELFPARAM() from .think and .touch
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / shownames.qc
index 79acf4fb8a38386e0344b1d55e1219ec9df1261e..e9db990c82d474a07e06ee358dd9f0a99313ece1 100644 (file)
@@ -177,7 +177,7 @@ void Draw_ShowNames_All()
                }
                make_impure(it);
                assert(getthink(entcs), eprint(entcs));
-               WITHSELF(entcs, getthink(entcs)());
+               WITHSELF(entcs, getthink(entcs)(entcs));
                if (!entcs.has_origin) continue;
                if (entcs.m_entcs_private)
                {