mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-25 00:37:24 +02:00
Remove save compatibility with 1.5.X
This commit is contained in:
@ -36,11 +36,6 @@ public:
|
||||
CArtifactSet * getArtifactsStorage() const;
|
||||
bool getOffer(int id1, int id2, int &val1, int &val2, EMarketMode mode) const; //val1 - how many units of id1 player has to give to receive val2 units
|
||||
|
||||
template <typename Handler> void serializeArtifactsAltar(Handler &h)
|
||||
{
|
||||
h & *altarArtifactsStorage;
|
||||
}
|
||||
|
||||
private:
|
||||
std::unique_ptr<CArtifactSetAltar> altarArtifactsStorage;
|
||||
};
|
||||
|
Reference in New Issue
Block a user