Added SPF_ROLLCENTER for particles and visual thinkers.

This commit is contained in:
Major Cooke 2024-06-23 09:44:13 -05:00 committed by Rachael Alexanderson
commit 5fc3d44ba5
3 changed files with 3 additions and 1 deletions

View file

@ -68,6 +68,7 @@ enum EParticleFlags
SPF_NEGATIVE_FADESTEP = 1 << 10,
SPF_FACECAMERA = 1 << 11,
SPF_NOFACECAMERA = 1 << 12,
SPF_ROLLCENTER = 1 << 13,
};
class DVisualThinker;