mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
* restored 0.74 savegames compatibility (for easier reproducing reported issues)
* Fixed #184 and #189 * minor fixes
This commit is contained in:
@@ -253,7 +253,7 @@ CLoadFile::CLoadFile( const std::string &fname )
|
||||
}
|
||||
|
||||
*this >> myVersion;
|
||||
if(myVersion != version)
|
||||
if(myVersion > version || myVersion < 110)
|
||||
{
|
||||
tlog1 << "Wrong save format! (file " << fname << " )\n";
|
||||
delete sfile;
|
||||
|
||||
Reference in New Issue
Block a user