Merge remote-tracking branch 'upstream/1.11' into 1.11

This commit is contained in:
dP
2021-04-01 17:33:31 +03:00
125 changed files with 2828 additions and 1149 deletions

View File

@@ -646,7 +646,7 @@ bool AfterLoadGame()
}
if (IsSavegameVersionBefore(SLV_194)) {
_settings_game.construction.max_heightlevel = 15;
_settings_game.construction.map_height_limit = 15;
/* In old savegame versions, the heightlevel was coded in bits 0..3 of the type field */
for (TileIndex t = 0; t < map_size; t++) {