mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
VCAI: add destinationTeleport to serialization
This commit is contained in:
parent
5c6633f8ad
commit
f7a999f0f3
@ -349,7 +349,8 @@ public:
|
||||
|
||||
template <typename Handler> void serializeInternal(Handler &h, const int version)
|
||||
{
|
||||
h & knownTeleportChannels & knownSubterraneanGates & townVisitsThisWeek & lockedHeroes & reservedHeroesMap; //FIXME: cannot instantiate abstract class
|
||||
h & knownTeleportChannels & knownSubterraneanGates & destinationTeleport;
|
||||
h & townVisitsThisWeek & lockedHeroes & reservedHeroesMap; //FIXME: cannot instantiate abstract class
|
||||
h & visitableObjs & alreadyVisited & reservedObjs;
|
||||
h & saving & status & battlename;
|
||||
h & heroesUnableToExplore;
|
||||
|
Loading…
Reference in New Issue
Block a user