diff options
Diffstat (limited to 'magies.c')
-rw-r--r-- | magies.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -250,6 +250,10 @@ int Fcalculersoins(PERSONNAGES persos[],int *Vtourallie,int *min,ENNEMIS ennemis int max; int taux; + /* TODO understand why these variables were passed to the function */ + (void) ennemis; + (void) selection; + soins=persos[*Vtourallie].magie*20; taux=soins/4; max=soins+taux; |