summaryrefslogtreecommitdiff
path: root/src/tile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile.cpp')
-rw-r--r--src/tile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile.cpp b/src/tile.cpp
index 25d9c00d0..a9470dc8e 100644
--- a/src/tile.cpp
+++ b/src/tile.cpp
@@ -36,6 +36,7 @@ const char * g_tile_texture_paths[TILES_COUNT] =
"../data/mud_with_grass.png",
"../data/cloud.png",
"../data/coalstone.png",
+ "../data/wood.png",
};
const char * tile_texture_path_get(u32 i)