aboutsummaryrefslogtreecommitdiff
path: root/components.h
diff options
context:
space:
mode:
Diffstat (limited to 'components.h')
-rw-r--r--components.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/components.h b/components.h
index fb0df18..b759ec9 100644
--- a/components.h
+++ b/components.h
@@ -61,7 +61,8 @@ typedef enum {
ctype_player = 1 << 10,
ctype_destroy_on_anim_done = 1 << 11,
ctype_solid = 1 << 12,
- ctype_moveable = 1 << 13
+ ctype_moveable = 1 << 13,
+ ctype_spawner = 1 << 14
} CType;
#endif