1
0
forked from mirrors/0ad

Add an engine "compatible" version

When a patch version is released, it must declare compatibility with the
previous patch versions of the same main release. This allows players to
keep replaying their games and to keep playing online with users of
other patches of the same main release.

This should have anticipated for dae7a8c394
This commit is contained in:
Itms
2025-10-20 13:54:34 +02:00
parent 50f6da2a13
commit 866d6f0527
17 changed files with 81 additions and 34 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ const u8 minimumReplayDuration = 3;
OsPath VisualReplay::GetDirectoryPath()
{
return Paths(g_CmdLineArgs).UserData() / "replays" / PYROGENESIS_VERSION;
return Paths(g_CmdLineArgs).UserData() / "replays" / PS_SERIALIZATION_VERSION;
}
OsPath VisualReplay::GetCacheFilePath()