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.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index fce113d..58892ff 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -9,14 +9,16 @@ namespace game {
enum {
TILE_NONE,
TILE_DIRT,
- TILE_WALL
+ TILE_STONE,
+ TILE_WATER
};
enum {
CF_BACKGROUND = 1,
CF_SOLID = 2,
CF_BODY = 4,
- CF_BODY_SMALL = 8
+ CF_BODY_SMALL = 8,
+ CF_WATER = 16
};
extern size_t selection_cookie;