Explorar o código

Meilleur gestion de la map

Arthur Brandao %!s(int64=6) %!d(string=hai) anos
pai
achega
084c691e31
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Serveur/player.c

+ 1 - 1
Serveur/player.c

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