X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fturrets%2Fturret%2Fmlrs_weapon.qc;h=ccf309aaf7c31ef8015b788b17d3a112551f49f6;hb=e87123e5fba23f7a8907e6fbab241c5eec5be168;hp=cfd51c732076b2686fc9ae12e96adae33db462ea;hpb=641c47df604de42c11c68a7d80813b29affcefb2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/turrets/turret/mlrs_weapon.qc b/qcsrc/common/turrets/turret/mlrs_weapon.qc index cfd51c732..ccf309aaf 100644 --- a/qcsrc/common/turrets/turret/mlrs_weapon.qc +++ b/qcsrc/common/turrets/turret/mlrs_weapon.qc @@ -1,7 +1,5 @@ #include "mlrs_weapon.qh" -#ifdef IMPLEMENTATION - #ifdef SVQC SOUND(MLRSTurretAttack_FIRE, W_Sound("electro_fire")); METHOD(MLRSTurretAttack, wr_think, void(entity thiswep, entity actor, .entity weaponentity, int fire)) @@ -27,5 +25,3 @@ METHOD(MLRSTurretAttack, wr_think, void(entity thiswep, entity actor, .entity we } #endif - -#endif