1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Fix crash on loading saves made in 1.4/1.5

This commit is contained in:
Ivan Savenko
2024-07-19 13:57:06 +00:00
parent dc27e8eccb
commit e0c6b6e3d0
2 changed files with 2 additions and 2 deletions

View File

@@ -238,7 +238,7 @@ public:
template <typename Handler> void serialize(Handler &h)
{
h & QID;
h & randomNumberGenerator;
h & *randomNumberGenerator;
h & *battles;
h & *heroPool;
h & *playerMessages;