Default terrain flag1 to -1 instead of 0, for "no small icon"

This commit is contained in:
2015-06-27 20:50:42 -04:00
parent ec8967dfb7
commit cc340e6d76

View File

@@ -24,7 +24,7 @@ public:
std::string name;
pic_num_t picture = 0;
eTerObstruct blockage = eTerObstruct::CLEAR;
int flag1 = 0, flag2 = 0, flag3 = 0;
int flag1 = -1, flag2 = 0, flag3 = 0;
eTerSpec special = eTerSpec::NONE;
ter_num_t trans_to_what = 0;
bool fly_over = false;