mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
Remove save compatibility with 1.5.X
This commit is contained in:
@ -143,12 +143,6 @@ public:
|
||||
template <typename Handler> void serialize(Handler &h)
|
||||
{
|
||||
h & instanceName;
|
||||
if (h.version < Handler::Version::REMOVE_OBJECT_TYPENAME)
|
||||
{
|
||||
std::string unused;
|
||||
h & unused;
|
||||
h & unused;
|
||||
}
|
||||
h & pos;
|
||||
h & ID;
|
||||
subID.serializeIdentifier(h, ID);
|
||||
|
Reference in New Issue
Block a user