Skip to content

Commit

Permalink
only require version 91.0, will add note on snapshot page about possi…
Browse files Browse the repository at this point in the history
…bly breaking
  • Loading branch information
jacob1 committed Oct 13, 2015
1 parent d044525 commit 31b1e6a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/client/GameSave.cpp
Expand Up @@ -1086,7 +1086,7 @@ void GameSave::readOPS(char * data, int dataLength)
}
}
case PT_CONV:
if (savedVersion < 92)
if (savedVersion < 91)
{
if (particles[newIndex].tmp)
{
Expand Down Expand Up @@ -1746,10 +1746,7 @@ void GameSave::readPSv(char * data, int dataLength)
{
if (particles[i-1].type == PT_VINE)
particles[i-1].tmp = 1;
}
if (ver < 92)
{
if (particles[i-1].type == PT_CONV)
else if (particles[i-1].type == PT_CONV)
{
if (particles[i-1].tmp)
{
Expand Down

0 comments on commit 31b1e6a

Please sign in to comment.