v0.2.3d: hopefully, finally killed all the rankings bugs.

This commit is contained in:
Evan Debenham
2015-01-14 09:09:12 -05:00
parent aeee25d3ce
commit 6457f0cf71
2 changed files with 23 additions and 18 deletions
@@ -96,7 +96,7 @@ public class WelcomeScene extends PixelScene {
@Override
protected void onClick() {
//imports new ranking data for pre-0.2.3 saves.
if (gameversion < 29){
if (gameversion < 30){
Rankings.INSTANCE.load();
Rankings.INSTANCE.save();
}