Project

General

Profile

Feature #1418 ยป 0040-Start-a-new-dev-save-compat-block-for-3.2.93.patch

Marko Lindqvist, 05/21/2025 06:52 AM

View differences:

server/savegame/savecompat.c
} /* Version < 3.2.92 */
if (game_version < 3029300) {
/* Before version number bump to 3.2.93 */
/* Before version number bump to 3.2.93, May 2025 */
{
int action_count;
......
} player_slots_iterate_end;
} /* Version < 3.2.93 */
if (game_version < 3029400) {
/* Before version number bump to 3.2.94 */
} /* Version < 3.2.94 */
#endif /* FREECIV_DEV_SAVE_COMPAT_3_3 */
}
    (1-1/1)