Feature: Influence industry production changes from GS (#7912)

(cherry picked from commit b7751c483e)
This commit is contained in:
Niels Martin Hansen
2020-12-22 14:21:31 +01:00
committed by Jonathan G Rennison
parent b623d6f2ee
commit 4d97fbc814
11 changed files with 185 additions and 2 deletions

View File

@@ -324,6 +324,8 @@ enum SaveLoadVersion : uint16 {
SLV_START_PATCHPACKS, ///< 220 First known patchpack to use a version just above ours.
SLV_END_PATCHPACKS = 286, ///< 286 Last known patchpack to use a version just above ours.
SLV_GS_INDUSTRY_CONTROL, ///< 287 PR#7912 GS industry control.
SL_MAX_VERSION, ///< Highest possible saveload version
SL_SPRING_2013_v2_0_102 = 220,