Skip to content

Commit

Permalink
Help: removed useless 'is nonnull' debug info from terrain topics
Browse files Browse the repository at this point in the history
is_nonnull() just means "is not "none" or void terrain".
  • Loading branch information
Vultraz committed Apr 3, 2018
1 parent b0d7272 commit 3fc01ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/help/topic_text_generators.cpp
Expand Up @@ -242,7 +242,6 @@ std::string terrain_topic_generator::generate() const

ss << "Overlay: " << yes_no_str(type_.is_overlay()) << "\n";
ss << "Combined: " << yes_no_str(type_.is_combined()) << "\n";
ss << "Nonnull: " << yes_no_str(type_.is_nonnull()) << "\n";

ss << "Terrain string: " << type_.number() << "\n";

Expand Down

0 comments on commit 3fc01ca

Please sign in to comment.