Browse Source

Remise bonne valeur par defaut

Arthur Brandao 6 years ago
parent
commit
e0eddd953a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Serveur/player.c

+ 1 - 1
Serveur/player.c

@@ -21,7 +21,7 @@ void create_player(Player* p, Client* c){
     p->maxLife = 100;
     p->speed = 1;
     p->classicBomb = 1;
-    p->mine = 1;
+    p->mine = 0;
     p->remoteBomb = 0;
     p->maxBomb = 2;
     p->nbBomb = 0;