Update ARE-DYNAMIC.py

This commit is contained in:
ConstancePoulain 2017-04-23 11:43:01 +02:00 committed by GitHub
parent 40cd70fc6f
commit 4817fef192
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ def matrice_init_pourcents_choisis():
list_nb_joueurs_de_chaque.append((TailleGrilleX*TailleGrilleY)*ListePourcents[i])
places_vides = TailleGrilleX*TailleGrilleY
for e in range(0, 5):
for e in range(0, 6):
count_joueurs = 0
while count_joueurs <= list_nb_joueurs_de_chaque[e]: