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 32db69672..37785822c 100644
--- a/src/tile.cpp
+++ b/src/tile.cpp
@@ -32,6 +32,7 @@ const char * g_tile_texture_names[TILES_COUNT] =
"mud",
"tree_top",
"mud_with_grass",
+ "cloud",
};
video::SMaterial g_tile_materials[TILES_COUNT];