builds on both platforms

This commit is contained in:
Perttu Ahola
2010-12-25 02:33:41 +02:00
parent 699d0e9a5e
commit 3fe377be4e
8 changed files with 45 additions and 6 deletions

View File

@@ -336,6 +336,8 @@ class ToolItem : public InventoryItem
basename = "../data/tool_wpick.png";
else if(m_toolname == "STPick")
basename = "../data/tool_stpick.png";
else if(m_toolname == "MesePick")
basename = "../data/tool_mesepick.png";
// Default to cloud texture
else
basename = tile_texture_path_get(TILE_CLOUD);