v0.3.0: dungeon.version now starts at the current game version, instead of 0.

This commit is contained in:
Evan Debenham
2015-05-13 21:15:04 -04:00
parent 3ae6f88914
commit 610cffcb9e

View File

@@ -133,6 +133,7 @@ public class Dungeon {
public static void init() {
version = Game.versionCode;
challenges = ShatteredPixelDungeon.challenges();
Generator.initArtifacts();