v0.2.2a: real, honest to goodness, final commit. removed unintended tester code.
This commit is contained in:
parent
dc86095e27
commit
127c74696a
|
@ -95,8 +95,7 @@ public class WelcomeScene extends PixelScene {
|
||||||
RedButton okay = new RedButton("Okay!") {
|
RedButton okay = new RedButton("Okay!") {
|
||||||
@Override
|
@Override
|
||||||
protected void onClick() {
|
protected void onClick() {
|
||||||
if (gameversion <= Game.versionCode)
|
ShatteredPixelDungeon.version(Game.versionCode);
|
||||||
ShatteredPixelDungeon.version(Game.versionCode);
|
|
||||||
Game.switchScene(TitleScene.class);
|
Game.switchScene(TitleScene.class);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user