Feature #1418 ยป 0040-Start-a-new-dev-save-compat-block-for-3.2.93.patch
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 */
|
||
}
|
||