diff --git a/AI/VCAI/VCAI.h b/AI/VCAI/VCAI.h index a208d0785..6963b8c79 100644 --- a/AI/VCAI/VCAI.h +++ b/AI/VCAI/VCAI.h @@ -345,14 +345,6 @@ public: template void serializeInternal(Handler &h, const int version) { h & knownTeleportChannels & knownSubterraneanGates & destinationTeleport; - if(version >= 755) - { - h & destinationTeleportPos; - } - else if(!h.saving) - { - destinationTeleportPos = int3(-1); - } h & townVisitsThisWeek & lockedHeroes & reservedHeroesMap; //FIXME: cannot instantiate abstract class h & visitableObjs & alreadyVisited & reservedObjs; h & saving & status & battlename;