mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-05-31 09:21:36 +00:00
- renamed A_FireCustomMissile and added a deprecated compatibility wrapper to deal with the inverted pitch this function used.
This commit is contained in:
parent
b807f50bde
commit
287974968a
8 changed files with 21 additions and 11 deletions
|
@ -1988,7 +1988,7 @@ enum FP_Flags
|
|||
FPF_TRANSFERTRANSLATION = 2,
|
||||
FPF_NOAUTOAIM = 4,
|
||||
};
|
||||
DEFINE_ACTION_FUNCTION(AStateProvider, A_FireCustomMissile)
|
||||
DEFINE_ACTION_FUNCTION(AStateProvider, A_FireProjectile)
|
||||
{
|
||||
PARAM_ACTION_PROLOGUE(AStateProvider);
|
||||
PARAM_CLASS (ti, AActor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue