summaryrefslogtreecommitdiff
path: root/magies.c
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-07 13:43:25 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-07 13:43:25 +0100
commit9bbff3216b9f99d86f3757dbad70c9d91ef8d700 (patch)
treea97b99b0dacdff2f72d0035f78276c190329df4d /magies.c
parentb91ac429108096a3de75b9b81ca2c637b27524ba (diff)
fixed some compilation warnings
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'magies.c')
-rw-r--r--magies.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/magies.c b/magies.c
index b978036..2de216e 100644
--- a/magies.c
+++ b/magies.c
@@ -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;