Correction bug > Le mot de passe généré ne contenait jamais la dernière couleur possible
This commit is contained in:
parent
cdc3597786
commit
b93daedfb9
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -35,7 +35,7 @@ public class ObservateurMenuDebutPartie implements View.OnClickListener {
|
|||||||
|
|
||||||
Random r=new Random();
|
Random r=new Random();
|
||||||
int tab[]=new int[4];
|
int tab[]=new int[4];
|
||||||
int max=5;
|
int max=6;
|
||||||
if(vide.isChecked()){
|
if(vide.isChecked()){
|
||||||
max++;
|
max++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user