mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-04-04 22:42:28 +02:00
Turn "save from newer version" back into an error, until an improved method of checking compatibility can be devised
This commit is contained in:
parent
cd3d54d3bd
commit
1bd861719f
@ -464,8 +464,10 @@ void GameSave::readOPS(char * data, int dataLength)
|
||||
|
||||
//From newer version
|
||||
if (savedVersion > SAVE_VERSION)
|
||||
{
|
||||
fromNewerVersion = true;
|
||||
//throw ParseException(ParseException::WrongVersion, "Save from newer version");
|
||||
throw ParseException(ParseException::WrongVersion, "Save from newer version");
|
||||
}
|
||||
|
||||
//Incompatible cell size
|
||||
if (inputData[5] > CELL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user