Currently city rows in savegame have traderoute padding up to MAX_TRADE_ROUTES. This is quite wasteful when number of trade routes is low in reality (even zero). We should use only as much padding as needed.
This can be done even to d3f branches as it's only about the padding that gets discarded anyway.
Currently city rows in savegame have traderoute padding up to MAX_TRADE_ROUTES. This is quite wasteful when number of trade routes is low in reality (even zero). We should use only as much padding as needed.
This can be done even to d3f branches as it's only about the padding that gets discarded anyway.