diff --git a/src/hardware/hw_defs.h b/src/hardware/hw_defs.h index 3f492f9a2..74c3a70fa 100644 --- a/src/hardware/hw_defs.h +++ b/src/hardware/hw_defs.h @@ -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 {