From 31b1e6aace5a7bbf575f2523fa983b6ca068bb2e Mon Sep 17 00:00:00 2001 From: jacob1 Date: Mon, 12 Oct 2015 21:52:26 -0400 Subject: [PATCH] only require version 91.0, will add note on snapshot page about possibly breaking --- src/client/GameSave.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/client/GameSave.cpp b/src/client/GameSave.cpp index 31df486b6..831594de2 100644 --- a/src/client/GameSave.cpp +++ b/src/client/GameSave.cpp @@ -1086,7 +1086,7 @@ void GameSave::readOPS(char * data, int dataLength) } } case PT_CONV: - if (savedVersion < 92) + if (savedVersion < 91) { if (particles[newIndex].tmp) { @@ -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) {