Merge branch 'openttd' into 1.11

This commit is contained in:
dP
2021-04-19 00:52:56 +03:00
155 changed files with 1579 additions and 843 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ Town::~Town()
DeleteWindowById(WC_TOWN_VIEW, this->index);
/* Check no industry is related to us. */
#ifndef NDEBUG
#ifdef WITH_ASSERT
for (const Industry *i : Industry::Iterate()) assert(i->town != this);
/* ... and no object is related to us. */