]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/generator.qh
Net: purge SELFPARAM from sendfuncs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / generator.qh
index cbdb36e05f4e0f5669ac2d1bb6a57f66c7f01686..003c2b1d6855f1f93fed3d1ae078dbf2e8c841b9 100644 (file)
@@ -6,5 +6,5 @@ const vector GENERATOR_MAX = '52 52 75';
 const int GSF_STATUS = 4;
 const int GSF_SETUP = 8;
 
-bool generator_send(entity to, int sf);
+bool generator_send(entity this, entity to, int sf);
 #endif