Skip to content

Commit

Permalink
Added back bracers
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Dec 23, 2014
1 parent 11da33b commit 99ed3d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/terrain.cpp
Expand Up @@ -121,11 +121,13 @@ terrain_type::terrain_type(const config& cfg) :
t_translation::write_terrain_code(number_)));
#endif

if(editor_image_.empty())
if(editor_image_.empty()) {
editor_image_ = "terrain/" + minimap_image_ + ".png";
}

if (hide_in_editor_)
if(hide_in_editor_) {
editor_image_ = "";
}

mvt_type_.push_back(number_);
def_type_.push_back(number_);
Expand Down

0 comments on commit 99ed3d5

Please sign in to comment.