mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +00:00
- removed bad character from A_CustomPunch definition.
This commit is contained in:
parent
e41c898817
commit
a0042fd653
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class StateProvider : Inventory
|
||||||
//
|
//
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
|
|
||||||
action void A_CustomPunch(int damage, bool norandom = false, int flags = CPF_USEAMMO, class<Actor> pufftype = "BulletPuff", double range = 0, double lifesteal = 0, int lifestealmax = 0, class<BasicArmorBonus> armorbonustype = "ArmorBonus", sound MeleeSound = 0, sound MissSound = "")
|
action void A_CustomPunch(int damage, bool norandom = false, int flags = CPF_USEAMMO, class<Actor> pufftype = "BulletPuff", double range = 0, double lifesteal = 0, int lifestealmax = 0, class<BasicArmorBonus> armorbonustype = "ArmorBonus", sound MeleeSound = 0, sound MissSound = "")
|
||||||
{
|
{
|
||||||
let player = self.player;
|
let player = self.player;
|
||||||
if (!player) return;
|
if (!player) return;
|
||||||
|
|
Loading…
Reference in a new issue