v2.5.0: fixed setting not defaulting to lang tab when lang isn't done
This commit is contained in:
@@ -352,7 +352,7 @@ public class TitleScene extends PixelScene {
|
|||||||
@Override
|
@Override
|
||||||
protected void onClick() {
|
protected void onClick() {
|
||||||
if (Messages.lang().status() == Languages.Status.X_UNFINISH){
|
if (Messages.lang().status() == Languages.Status.X_UNFINISH){
|
||||||
WndSettings.last_index = 4;
|
WndSettings.last_index = 5;
|
||||||
}
|
}
|
||||||
ShatteredPixelDungeon.scene().add(new WndSettings());
|
ShatteredPixelDungeon.scene().add(new WndSettings());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user