]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/hmg.qc
Monsters: make mage more player friendly
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / hmg.qc
index 5e48c2840999f6f814349ab64d7678bd523bc584..881f513807d8f00bc46520094ec91a5cfd6f003c 100644 (file)
@@ -104,7 +104,7 @@ void W_HeavyMachineGun_Attack_Auto(Weapon thiswep, bool fire1, bool fire2)
                        else
                        {
                                if (fire1)
-                               if (weapon_prepareattack(0, 0))
+                               if (weapon_prepareattack(false, 0))
                                {
                                        self.misc_bulletcounter = 0;
                                        W_HeavyMachineGun_Attack_Auto(thiswep, fire1, fire2);