]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/overkill/hmg.qc
Notifications: strong references
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / overkill / hmg.qc
index c08c3690ee51d7d80b43637448bac8e6d3184e9a..415a8526b5e0bb09568377244c9487be3dc0066c 100644 (file)
@@ -141,11 +141,11 @@ void W_HeavyMachineGun_Attack_Auto(Weapon thiswep, entity actor, .entity weapone
                {
                        W_Reload(self, WEP_CVAR(hmg, ammo), SND(RELOAD));
                }
-               METHOD(HeavyMachineGun, wr_suicidemessage, int(entity thiswep))
+               METHOD(HeavyMachineGun, wr_suicidemessage, Notification(entity thiswep))
                {
                        return WEAPON_THINKING_WITH_PORTALS;
                }
-               METHOD(HeavyMachineGun, wr_killmessage, int(entity thiswep))
+               METHOD(HeavyMachineGun, wr_killmessage, Notification(entity thiswep))
                {
                        if(w_deathtype & HITTYPE_SECONDARY)
                                return WEAPON_HMG_MURDER_SNIPE;