Source Release: standardized some things between open source and closed source.

This commit is contained in:
Evan Debenham
2015-03-02 19:36:09 -05:00
parent aa303d798b
commit 5325268220
13 changed files with 25 additions and 26 deletions
@@ -146,7 +146,7 @@ public class ShatteredPixelDungeon extends Game {
PixelScene.noFade = true;
switchScene( c );
}
/*
* ---> Prefernces
*/
@@ -261,7 +261,7 @@ public class ShatteredPixelDungeon extends Game {
public static boolean brightness() {
return Preferences.INSTANCE.getBoolean( Preferences.KEY_BRIGHTNESS, false );
}
public static void lastClass( int value ) {
Preferences.INSTANCE.put( Preferences.KEY_LAST_CLASS, value );
}