1
0
Fork 0

Fix: add savegame version to trading age setting

pull/7781/head
Jack Baron 2019-10-18 03:37:34 +01:00 committed by Charles Pigott
parent e4f08f2880
commit f159d91572
1 changed files with 1 additions and 0 deletions

View File

@ -1428,6 +1428,7 @@ proc = InvalidateCompanyWindow
base = GameSettings base = GameSettings
var = economy.min_years_for_shares var = economy.min_years_for_shares
type = SLE_UINT8 type = SLE_UINT8
from = SLV_TRADING_AGE
def = 6 def = 6
min = 0 min = 0
max = 255 max = 255