1
0
Эх сурвалжийг харах

[changed] updated version in saveg and changed shoe selling loops to use version number

Kevin_Smarts 3 жил өмнө
parent
commit
b1fdd26363

+ 1 - 1
locations/saveg.qsrc

@@ -16,6 +16,6 @@
 version_major = 0
 version_minor = 8
 version_revision = 2
-version_patch = 5
+version_patch = 6
 --- saveg ---------------------------------
 

+ 1 - 1
locations/saveupdater.qsrc

@@ -986,7 +986,7 @@ end
 
 	!! 0.8.3 shoe package for old saves ---------------------------------------
 
-	if ARRSIZE('sfetish') > 0 or ARRSIZE('scats') > 0 or ARRSIZE('sgandm') > 0 or ARRSIZE('trainers') > 0 or ARRSIZE('sboutique') > 0:
+	if ((100*version_major +version_minor)*100+version_revision)*100+version_patch  < 00080207:
 
 
 		i = 1