v0.2.3e: fixed a couple issues

This commit is contained in:
Evan Debenham
2015-01-21 20:06:28 -05:00
parent 97f6b2f67c
commit a6bd3aae84
3 changed files with 3 additions and 2 deletions
@@ -173,7 +173,7 @@ public class WndSettings extends Window {
}
};
btnQuickSlot.setRect( 0, btnBrightness.bottom() + GAP, WIDTH, BTN_HEIGHT );
btnQuickSlot.checked( ShatteredPixelDungeon.quickSlots() == 1 );
btnQuickSlot.checked( ShatteredPixelDungeon.quickSlots() == 2 );
add( btnQuickSlot );
resize( WIDTH, (int)btnQuickSlot.bottom() );