]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/vaporizer.qc
Notifications: strong references
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / vaporizer.qc
index 2ece549321f0a63abda2e02d825c7718d308ef30..e568acac1f9fe6a81d3f9833890e64c95070e994 100644 (file)
@@ -455,11 +455,11 @@ void W_RocketMinsta_Attack3 ()
 
                        W_Reload(self, used_ammo, SND(RELOAD));
                }
-               METHOD(Vaporizer, wr_suicidemessage, int(entity thiswep))
+               METHOD(Vaporizer, wr_suicidemessage, Notification(entity thiswep))
                {
                        return WEAPON_THINKING_WITH_PORTALS;
                }
-               METHOD(Vaporizer, wr_killmessage, int(entity thiswep))
+               METHOD(Vaporizer, wr_killmessage, Notification(entity thiswep))
                {
                        return WEAPON_VAPORIZER_MURDER;
                }