Browse Source

Suppression de lignes de test

master
Valentin Moguérou 6 months ago
parent
commit
2d43b5368c
  1. BIN
      grille
  2. 3
      src/cli.c

BIN
grille

Binary file not shown.

3
src/cli.c

@ -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;

Loading…
Cancel
Save