mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 14:36:22 +00:00
Added back bracers
This commit is contained in:
parent
11da33bbe4
commit
99ed3d592f
@ -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_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user