From 2d4502018a9c6751727cb49986de340397ebd97e Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 14 May 2010 02:18:27 +0000 Subject: [PATCH] - Added DavidPH's FBF_EXPLICITANGLE extension. SVN r2323 (trunk) --- src/thingdef/thingdef_codeptr.cpp | 17 +++++++++++++++-- wadsrc/static/actors/constants.txt | 1 + 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/thingdef/thingdef_codeptr.cpp b/src/thingdef/thingdef_codeptr.cpp index 02dc05b72..6c5729cf3 100644 --- a/src/thingdef/thingdef_codeptr.cpp +++ b/src/thingdef/thingdef_codeptr.cpp @@ -962,6 +962,7 @@ enum FB_Flags { FBF_USEAMMO = 1, FBF_NORANDOM = 2, + FBF_EXPLICITANGLE = 4, }; DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_FireBullets) @@ -1014,8 +1015,20 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_FireBullets) if (NumberOfBullets == -1) NumberOfBullets = 1; for (i=0 ; i