Reminder for later added.

This commit is contained in:
Zukero
2014-03-04 22:50:21 +01:00
parent 7f619d03f8
commit 916ab8530d

View File

@@ -21,6 +21,7 @@ public final class AndorsTrailApplication extends Application {
public static final boolean DEVELOPMENT_VALIDATEDATA = true;
public static final boolean DEVELOPMENT_DEBUGMESSAGES = true;
public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES || DEVELOPMENT_DEBUGBUTTONS;
//Skip 104 & 106 when reached to be gentle with BB port effort.
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? 999 : 42;
public static final String CURRENT_VERSION_DISPLAY = "0.7.2dev";
public static final boolean IS_RELEASE_VERSION = !CURRENT_VERSION_DISPLAY.matches(".*[a-d].*");