v0.3.0: adjusted how the game records version while saving.
This commit is contained in:
@@ -410,7 +410,8 @@ public class Dungeon {
|
||||
try {
|
||||
Bundle bundle = new Bundle();
|
||||
|
||||
bundle.put( VERSION, Game.versionCode );
|
||||
version = Game.versionCode;
|
||||
bundle.put( VERSION, version );
|
||||
bundle.put( CHALLENGES, challenges );
|
||||
bundle.put( HERO, hero );
|
||||
bundle.put( GOLD, gold );
|
||||
|
||||
Reference in New Issue
Block a user