Suppression de lignes de test
This commit is contained in:
parent
5f5f77bb24
commit
2d43b5368c
@ -356,9 +356,6 @@ void jouer(ecran ecr, int n_joueurs)
|
|||||||
{
|
{
|
||||||
grille *g = creer_grille();
|
grille *g = creer_grille();
|
||||||
|
|
||||||
ajouter_jeton(BLEU, 0, NULL, g);
|
|
||||||
ajouter_jeton(ROUGE, 0, NULL, g);
|
|
||||||
|
|
||||||
int offset_x = ecr.colonnes/4, offset_y = 0;
|
int offset_x = ecr.colonnes/4, offset_y = 0;
|
||||||
int last_x = 0, last_y = 0;
|
int last_x = 0, last_y = 0;
|
||||||
bool do_abort = false;
|
bool do_abort = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user