1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

possibility to delete unsupported saves

This commit is contained in:
Laserlicht
2024-10-31 21:57:20 +01:00
parent e45be3c5e6
commit 1f0847660b
8 changed files with 78 additions and 2 deletions

View File

@@ -294,6 +294,7 @@ void registerTypes(Serializer &s)
s.template registerType<SpellResearch>(241);
s.template registerType<SetResearchedSpells>(242);
s.template registerType<SaveLocalState>(243);
s.template registerType<LobbyDelete>(244);
}
VCMI_LIB_NAMESPACE_END