Re: [Bug] R3630 - loading/saving of city rules
Reply #3 –
No: the condition
if(file->get_version()>102002) {
ensures that rdwr_city_rules is neither saved nor loaded with savegame version <=102002. The version is taken from simversion.h for saving, it is read from the savegame upon loading.
It will crash on savegames that were saved with savegame version>102002 before this piece of code was added.