Skip to content

Commit

Permalink
VCAI: add destinationTeleport to serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ArseniyShestakov committed Mar 9, 2015
1 parent 5c6633f commit f7a999f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AI/VCAI/VCAI.h
Expand Up @@ -349,7 +349,8 @@ class VCAI : public CAdventureAI

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;
Expand Down

0 comments on commit f7a999f

Please sign in to comment.