diff options
Diffstat (limited to 'jouer.c')
-rw-r--r-- | jouer.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -237,7 +237,6 @@ int Fjouer (SURFACES *surfaces, POSITIONS *positions, struct team_t *ally, struc surfaces->Pfondjeu=NULL; } Fblitterfond(surfaces); // on blit le fond du jeu - Fremplirobjets(&ally->objects); // on monte les variables potions ether, etc /* compute whether the allies or the enemies should begin */ Vtour = rand() % 2; @@ -332,11 +331,3 @@ int Fjouer (SURFACES *surfaces, POSITIONS *positions, struct team_t *ally, struc } return 0; } - -void Fremplirobjets(OBJET *objets) -{ - objets->potions=10; - objets->ethers=10; - objets->potionsplus=5; - objets->ethersplus=5; -} |