Source Release: standardized some things between open source and closed source.
This commit is contained in:
@@ -27,7 +27,7 @@ package com.shatteredpixel.shatteredpixeldungeon.ui;
|
||||
|
||||
public class ExitButton extends Button {
|
||||
|
||||
private Image image;
|
||||
protected Image image;
|
||||
|
||||
public ExitButton() {
|
||||
super();
|
||||
|
||||
@@ -53,7 +53,7 @@ public enum Icons {
|
||||
CHALLENGE_OFF,
|
||||
CHALLENGE_ON,
|
||||
RESUME;
|
||||
|
||||
|
||||
public Image get() {
|
||||
return get( this );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user