1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Stabilization

This commit is contained in:
Ivan Savenko
2024-01-16 20:47:09 +02:00
parent ffd604c114
commit e50f586d8b
3 changed files with 4 additions and 3 deletions

View File

@@ -1800,6 +1800,7 @@ bool CGameHandler::load(const std::string & filename)
{
{
CLoadFile lf(*CResourceHandler::get()->getResourceName(ResourcePath(stem.to_string(), EResType::SAVEGAME)), MINIMAL_SERIALIZATION_VERSION);
lf.serializer.cb = this;
loadCommonState(lf);
logGlobal->info("Loading server state");
lf >> *this;