Revert #8157: Redundant change

This commit is contained in:
dP
2020-06-28 19:04:55 +03:00
committed by Niels Martin Hansen
parent 6d3c2edc59
commit ca2604c4e2
3 changed files with 11 additions and 19 deletions

View File

@@ -302,7 +302,6 @@ enum SaveLoadVersion : uint16 {
SLV_MULTITILE_DOCKS, ///< 216 PR#7380 Multiple docks per station.
SLV_TRADING_AGE, ///< 217 PR#7780 Configurable company trading age.
SLV_ENDING_YEAR, ///< 218 PR#7747 v1.10 Configurable ending year.
SLV_FIX_TOWN_ACCEPTANCE, ///< 219 PR#8157 Fix Town::cargo_accepted savegame format.
SL_MAX_VERSION, ///< Highest possible saveload version
};