v0.2.3: fixed some highscore rankings not loading properly.

This commit is contained in:
Evan Debenham 2015-01-04 18:19:22 -05:00
parent 775ffa6034
commit ca8b6e87aa

View File

@ -576,6 +576,8 @@ public class Dungeon {
version = bundle.getInt( VERSION );
Generator.reset();
Dungeon.challenges = bundle.getInt( CHALLENGES );
Dungeon.level = null;