]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/blaster.qc
Merge branch 'master' into TimePath/universal_weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / blaster.qc
index 6b6d207bfada68b1d3a526c601b18f66c7290e45..b71ec598d641cabf89ba31608367f9b0622a0872 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)
        {
@@ -259,7 +259,7 @@ bool W_Blaster(int request)
 }
 #endif
 #ifdef CSQC
-bool W_Blaster(int request)
+bool W_Blaster(entity thiswep, int request)
 {SELFPARAM();
        switch(request)
        {