(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
This commit is contained in:
@@ -659,6 +659,11 @@ bool AfterLoadGame()
|
||||
}
|
||||
}
|
||||
|
||||
/* Force the freeform edges to false for old savegames. */
|
||||
if (CheckSavegameVersion(111)) {
|
||||
_settings_game.construction.freeform_edges = false;
|
||||
}
|
||||
|
||||
/* From version 9.0, we update the max passengers of a town (was sometimes negative
|
||||
* before that. */
|
||||
if (CheckSavegameVersion(9)) {
|
||||
|
Reference in New Issue
Block a user