X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Ftturrets%2Fsystem%2Fsystem_misc.qc;h=1885f67c173a756d88ecc19afc289408feb51fc9;hb=98e1375c9938f3d86d6f8e28f44cd6af74d2fc0e;hp=eab1e1aaef0ad29eb6f3672bfceb6a309e26897c;hpb=6dc9591eba337374f2b4348a6a6deaa1cb6887d0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/tturrets/system/system_misc.qc b/qcsrc/server/tturrets/system/system_misc.qc index eab1e1aae..1885f67c1 100644 --- a/qcsrc/server/tturrets/system/system_misc.qc +++ b/qcsrc/server/tturrets/system/system_misc.qc @@ -133,7 +133,7 @@ float turret_tag_fire_update_s() * Railgun-like beam, but has thickness and suppots slowing of target */ void FireImoBeam (vector start, vector end, vector smin, vector smax, - float bforce, float f_dmg, float f_velfactor, float deathtype) + float bforce, float f_dmg, float f_velfactor, int deathtype) { vector hitloc, force, endpoint, dir;