summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-12-14 22:30:26 +0100
committerPaweł Redman <pawel.redman@gmail.com>2017-12-14 22:30:26 +0100
commitac86313ae58e8274454aa5999d8bdd4d91faa04e (patch)
tree8aed601c360c17b45661499fe1d7cd16f4f9673a /src/game/game.hpp
parent47ac1b7868b8bfb3e5fe71395a34124bf9f7209a (diff)
Minor improvements.
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;