X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fgenerator.qh;h=003c2b1d6855f1f93fed3d1ae078dbf2e8c841b9;hb=db5f83fa5f9c4611f5c15def90d1326584707031;hp=cbdb36e05f4e0f5669ac2d1bb6a57f66c7f01686;hpb=bec3232acca8928ca5b4e1ccfdbf1bf874b5697b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/generator.qh b/qcsrc/server/generator.qh index cbdb36e05..003c2b1d6 100644 --- a/qcsrc/server/generator.qh +++ b/qcsrc/server/generator.qh @@ -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