Removed useless Hide Help entry for debug terrain info
This commit is contained in:
parent
84fef75235
commit
1a3625dbbe
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ std::string terrain_topic_generator::operator()() const {
|
|||
ss << "Terrain string:" << type_.number() << "\n";
|
||||
|
||||
ss << "Hide in Editor: " << (type_.hide_in_editor() ? "Yes" : "No") << "\n";
|
||||
ss << "Hide Help: " << (type_.hide_help() ? "Yes" : "No") << "\n";
|
||||
ss << "Editor Group: " << type_.editor_group() << "\n";
|
||||
|
||||
ss << "Light Bonus: " << type_.light_bonus(0) << "\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue