- renamed A_FireCustomMissile and added a deprecated compatibility wrapper to deal with the inverted pitch this function used.

This commit is contained in:
Christoph Oelckers 2016-12-24 16:34:45 +01:00
parent b807f50bde
commit 287974968a
8 changed files with 21 additions and 11 deletions

View file

@ -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);