- renamed flag to be more descriptive.

This commit is contained in:
Christoph Oelckers 2016-08-16 09:02:23 +02:00
parent e93b64f249
commit 04c4147052

View file

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