mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 03:21:20 +01:00
Don't flip the board based on "player name" when toggling analysis.
Automatic board flip based on "player name" is only supposed to happen when loading a new game or similar. If you for some reason want to have the board flipped compared to the "player name" orientation, it is annoying that the board flips back every time you toggle analysis mode.
This commit is contained in:
parent
78b4ac2762
commit
a133a77510
|
@ -374,7 +374,7 @@ public class DroidFish extends Activity
|
|||
gameModeType = GameMode.ANALYSIS;
|
||||
}
|
||||
newGameMode(gameModeType);
|
||||
setBoardFlip(true);
|
||||
setBoardFlip(false);
|
||||
}
|
||||
});
|
||||
addAction(new UIAction() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user