mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-30 15:52:09 +00:00
- the native APlayerPawn::PlayAttacking2 function is not needed anymore.
This commit is contained in:
parent
8025f02935
commit
d0f037d14f
1 changed files with 0 additions and 9 deletions
|
@ -1101,15 +1101,6 @@ void APlayerPawn::PlayIdle ()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void APlayerPawn::PlayAttacking2 ()
|
|
||||||
{
|
|
||||||
IFVIRTUAL(APlayerPawn, PlayAttacking2)
|
|
||||||
{
|
|
||||||
VMValue params[1] = { (DObject*)this };
|
|
||||||
VMCall(func, params, 1, nullptr, 0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//
|
//
|
||||||
// APlayerPawn :: GiveDefaultInventory
|
// APlayerPawn :: GiveDefaultInventory
|
||||||
|
|
Loading…
Reference in a new issue