]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/controlpoint.qc
Bots: define the API boundaries
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / controlpoint.qc
index fac8bca4dd4d5f84bf92fcec714e960ffd540a25..7f17228fa23b0513b203f77a078bcc9dedd7205a 100644 (file)
@@ -1,7 +1,7 @@
 #include "controlpoint.qh"
 
-bool cpicon_send(entity to, int sf)
-{SELFPARAM();
+bool cpicon_send(entity this, entity to, int sf)
+{
        WriteByte(MSG_ENTITY, ENT_CLIENT_CONTROLPOINT_ICON);
        WriteByte(MSG_ENTITY, sf);
        if(sf & CPSF_SETUP)