only require version 91.0, will add note on snapshot page about possibly breaking

This commit is contained in:
jacob1 2015-10-12 21:52:26 -04:00
parent d0445258c5
commit 31b1e6aace

View File

@ -1086,7 +1086,7 @@ void GameSave::readOPS(char * data, int dataLength)
} }
} }
case PT_CONV: case PT_CONV:
if (savedVersion < 92) if (savedVersion < 91)
{ {
if (particles[newIndex].tmp) if (particles[newIndex].tmp)
{ {
@ -1746,10 +1746,7 @@ void GameSave::readPSv(char * data, int dataLength)
{ {
if (particles[i-1].type == PT_VINE) if (particles[i-1].type == PT_VINE)
particles[i-1].tmp = 1; particles[i-1].tmp = 1;
} else if (particles[i-1].type == PT_CONV)
if (ver < 92)
{
if (particles[i-1].type == PT_CONV)
{ {
if (particles[i-1].tmp) if (particles[i-1].tmp)
{ {