]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/blaster.qc
Deprecate weapon_func
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / blaster.qc
index b20713c029d0f2464133a96a031a7002edb90d14..1038cfaf2fe5db3b9b713db7195cbb284eb58139 100644 (file)
@@ -144,7 +144,7 @@ void W_Blaster_Attack(
                WITH(entity, self, missile, missile.think());
        }
 }
-bool W_Blaster(int request)
+bool W_Blaster(entity thiswep, int request)
 {SELFPARAM();
        switch(request)
        {
@@ -260,7 +260,7 @@ bool W_Blaster(int request)
 }
 #endif
 #ifdef CSQC
-bool W_Blaster(int request)
+bool W_Blaster(entity thiswep, int request)
 {SELFPARAM();
        switch(request)
        {