Fix bitflags enum ESurfFlags for C++

This commit is contained in:
Eidolon 2026-03-31 19:03:01 -05:00
parent f11b88fa1f
commit 34697855d4

View file

@ -246,10 +246,8 @@ typedef int EPolyFlags;
#define PF_WireFrame (0x00200000) // Draws vertices as lines instead of triangles
enum ESurfFlags
{
SF_DYNLIGHT = 0x00000001,
};
typedef int ESurfFlags;
#define SF_DYNLIGHT (0x00000001)
enum ETextureFlags
{