diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-12-22 16:30:23 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-22 16:30:23 +0200 |
commit | 3de176cc587c4e0601c3c3f5a049e30db6bd2c17 (patch) | |
tree | 0a85d68c29e1354acda46e0c4e46e80a6f891039 /src/tile.h | |
parent | 2e41a5e304d9c35ece851b8a65482bca8784b582 (diff) | |
download | dragonfireclient-3de176cc587c4e0601c3c3f5a049e30db6bd2c17.tar.xz |
crafting system!
Diffstat (limited to 'src/tile.h')
-rw-r--r-- | src/tile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile.h b/src/tile.h index 68e87a77d..9823160c2 100644 --- a/src/tile.h +++ b/src/tile.h @@ -39,6 +39,7 @@ enum TileID TILE_TREE_TOP, TILE_MUD_WITH_GRASS, TILE_CLOUD, + TILE_COALSTONE, // Count of tile ids TILES_COUNT |