Cleanup
This commit is contained in:
@@ -29,7 +29,7 @@ public class GameOverDialog extends BaseDialog{
|
||||
}
|
||||
|
||||
void rebuild(){
|
||||
title.setText(state.launched ? "@launch.title" : "@gameover");
|
||||
title.setText("@gameover");
|
||||
buttons.clear();
|
||||
cont.clear();
|
||||
|
||||
@@ -79,7 +79,7 @@ public class GameOverDialog extends BaseDialog{
|
||||
}
|
||||
|
||||
if(state.hasSector()){
|
||||
RankResult result = state.stats.calculateRank(state.getSector(), state.launched);
|
||||
RankResult result = state.stats.calculateRank(state.getSector(), true);
|
||||
t.add(Core.bundle.format("stat.rank", result.rank + result.modifier));
|
||||
t.row();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user