summaryrefslogtreecommitdiff
path: root/src/game/assets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/assets.cpp')
-rw-r--r--src/game/assets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/assets.cpp b/src/game/assets.cpp
index 2a91a96..1034f92 100644
--- a/src/game/assets.cpp
+++ b/src/game/assets.cpp
@@ -17,7 +17,7 @@ void load(void)
alien.walking.load("assets/units/alien/walking", 2, 2, 2);
world::register_tile(TILE_DIRT, 0);
- world::register_tile(TILE_WALL, CF_SOLID | CF_HUMAN);
+ world::register_tile(TILE_WALL, CF_SOLID);
render::register_tile(TILE_DIRT, "assets/tiles/dirt.png");
render::register_tile(TILE_WALL, "assets/tiles/wall.png");
}