summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index 57dbb07..a952576 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -12,9 +12,10 @@ namespace game {
};
enum {
- CF_SOLID = 1,
- CF_BODY = 2,
- CF_BODY_SMALL = 4
+ CF_BACKGROUND = 1,
+ CF_SOLID = 2,
+ CF_BODY = 4,
+ CF_BODY_SMALL = 8
};
extern size_t selection_cookie;