diff options
Diffstat (limited to 'src/tile.cpp')
-rw-r--r-- | src/tile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile.cpp b/src/tile.cpp index f2b131f4d..25d9c00d0 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -35,6 +35,7 @@ const char * g_tile_texture_paths[TILES_COUNT] = "../data/tree_top.png", "../data/mud_with_grass.png", "../data/cloud.png", + "../data/coalstone.png", }; const char * tile_texture_path_get(u32 i) |