Add selectNext
This commit is contained in:
@@ -144,6 +144,10 @@ public void enter(MdgaState state) {
|
||||
//app.enter(state);
|
||||
}
|
||||
|
||||
public void next() {
|
||||
app.getGameLogic().selectNext();
|
||||
}
|
||||
|
||||
public void setSwap(boolean swap) {
|
||||
this.swap = swap;
|
||||
}
|
||||
|
||||
@@ -184,7 +184,7 @@ public void forward() {
|
||||
enterSub(SubState.STATISTICS);
|
||||
break;
|
||||
case STATISTICS:
|
||||
app.getModelSynchronize().enter(MdgaState.MAIN);
|
||||
app.getModelSynchronize().next();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user