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:
@@ -238,7 +238,7 @@ public:
|
||||
template <typename Handler> void serialize(Handler &h)
|
||||
{
|
||||
h & QID;
|
||||
h & randomNumberGenerator;
|
||||
h & *randomNumberGenerator;
|
||||
h & *battles;
|
||||
h & *heroPool;
|
||||
h & *playerMessages;
|
||||
|
||||
Reference in New Issue
Block a user