aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/types.h b/src/types.h
index 1304650..a2cd40e 100644
--- a/src/types.h
+++ b/src/types.h
@@ -46,10 +46,9 @@ typedef enum {
ATTRIB_NONE = 0,
ATTRIB_COLOUR = 1<<0, /* Colour specified? */
ATTRIB_PULSE = 1<<1, /* Pulsating colour */
- ATTRIB_RADIUS = 1<<2, /* Radius is set */
- ATTRIB_SHINY = 1<<3, /* Primitive is shiny */
- ATTRIB_SWIRLY = 1<<4, /* Primitive is texture with swirlyness */
- ATTRIB_COLSPEC = 1<<5, /* Specular colour specified? */
+ ATTRIB_SHINY = 1<<2, /* Primitive is shiny */
+ ATTRIB_SWIRLY = 1<<3, /* Primitive is texture with swirlyness */
+ ATTRIB_COLSPEC = 1<<4, /* Specular colour specified? */
} PrimitiveAttrib;
typedef enum {