Fix town growth rates when loading JokerPP v1.27 savegames

See #123
pull/128/head
Jonathan G Rennison 5 years ago
parent ec0b43f231
commit 796a878b90

@ -3455,7 +3455,7 @@ bool AfterLoadGame()
#endif
}
if (IsSavegameVersionBefore(SLV_198)) {
if (IsSavegameVersionBefore(SLV_198) && !SlXvIsFeaturePresent(XSLFI_JOKERPP, SL_JOKER_1_27)) {
/* Convert towns growth_rate and grow_counter to ticks */
Town *t;
FOR_ALL_TOWNS(t) {

Loading…
Cancel
Save