Levels 7 + 8 added to Icy Mountains

This commit is contained in:
=
2018-02-24 18:16:01 +01:00
parent 8dc99fb59f
commit d8a5974c52
6 changed files with 172 additions and 16 deletions

View File

@ -33,7 +33,8 @@ public class ScreenFlipper extends ViewFlipper {
screen.setCaller(caller);
screen.prepareToBeShown();
int positionDifference = type.getInFlipperPosition() - currentScreen.getType().getInFlipperPosition();
int positionDifference = type.getInFlipperPosition() - currentScreen.getType()
.getInFlipperPosition();
if (positionDifference < 0)
for (; positionDifference != 0; positionDifference++)
super.showPrevious();