mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- fixed: A_M_Refire's 'ignoremissile' parameter lost its default value.
This commit is contained in:
parent
5d9cea9e0e
commit
80effbb547
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ class ScriptedMarine : Actor
|
|||
//
|
||||
//============================================================================
|
||||
|
||||
void A_M_Refire (bool ignoremissile, statelabel jumpto = null)
|
||||
void A_M_Refire (bool ignoremissile = false, statelabel jumpto = null)
|
||||
{
|
||||
if (target == null || target.health <= 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue