Merge remote-tracking branch 'myk002/myk_tiletypes_typo' into develop

develop
lethosor 2021-05-10 00:37:44 -04:00
commit eb0d264855
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 1 deletions

@ -316,7 +316,7 @@ std::ostream &operator<<(std::ostream &stream, const TileType &paint)
needSpace = false;
}
stream << (paint.dig ? "DESIGNATED" : "UNDESIGATNED");
stream << (paint.dig ? "DESIGNATED" : "UNDESIGNATED");
used = true;
needSpace = true;
}