From ac5c469494478bf3774d412581e342d9fa97ec16 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 8 Jan 2015 17:37:13 +0100 Subject: initialize the items (aka objects) of the teams Signed-off-by: Olivier Gayot --- jouer.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'jouer.c') diff --git a/jouer.c b/jouer.c index 8603df7..bbe246d 100644 --- a/jouer.c +++ b/jouer.c @@ -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; -} -- cgit v1.2.3