]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/shownames.qc
Use think accessors
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / shownames.qc
index 47e98d6194dee3a391a4fc2e48a43568d5c1d5b9..79acf4fb8a38386e0344b1d55e1219ec9df1261e 100644 (file)
@@ -176,8 +176,8 @@ void Draw_ShowNames_All()
                        continue;
                }
                make_impure(it);
-               assert(entcs.think, eprint(entcs));
-               WITHSELF(entcs, entcs.think());
+               assert(getthink(entcs), eprint(entcs));
+               WITHSELF(entcs, getthink(entcs)());
                if (!entcs.has_origin) continue;
                if (entcs.m_entcs_private)
                {