Suppression de lignes de test

This commit is contained in:
Valentin Moguérou 2023-11-12 23:44:48 +01:00
parent 5f5f77bb24
commit 2d43b5368c
2 changed files with 0 additions and 3 deletions

BIN
grille

Binary file not shown.

View File

@ -356,9 +356,6 @@ void jouer(ecran ecr, int n_joueurs)
{
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 last_x = 0, last_y = 0;
bool do_abort = false;