]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/controlpoint.qh
Draw: purge SELFPARAM
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / controlpoint.qh
index a2ce395917ae7561f4482c36bac921250780b1f8..31485519d4eefee415115cd3098d03fc80d821cd 100644 (file)
@@ -7,6 +7,6 @@ const vector CPICON_MAX = '32 32 25';
 const int CPSF_STATUS = 4;
 const int CPSF_SETUP = 8;
 
-void ent_cpicon();
+void ent_cpicon(entity this);
 
 #endif