mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
- renamed flag to be more descriptive.
This commit is contained in:
parent
e93b64f249
commit
04c4147052
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ const int MSF_DontHurt = 2;
|
|||
// Flags for A_Explode
|
||||
const int XF_HURTSOURCE = 1;
|
||||
const int XF_NOTMISSILE = 4;
|
||||
const int XF_NOACTORTYPE = 1 << 3;
|
||||
const int XF_EXPLICITDAMAGETYPE = 1 << 3;
|
||||
|
||||
// Flags for A_RadiusThrust
|
||||
const int RTF_AFFECTSOURCE = 1;
|
||||
|
|
Loading…
Reference in a new issue