summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-13 17:32:04 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-13 17:32:04 +0200
commit93ab25508f68481f307ec19f3f7459b2ea54f8b4 (patch)
treea9c0382f3c8cb527bfb968291a845d37c1edf231 /src/game/game.hpp
parenta055c2aa0aba2a3b80a37c49f3f89cc64d86abd6 (diff)
Let rockets destroy decos.
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index 20b2b41..089faf0 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -40,7 +40,8 @@ namespace game {
CF_SOLID = 2,
CF_BODY = 4,
CF_BODY_SMALL = 8,
- CF_WATER = 16
+ CF_WATER = 16,
+ CF_DECOS = 32
};
enum {