summaryrefslogtreecommitdiff
path: root/ia.c
diff options
context:
space:
mode:
Diffstat (limited to 'ia.c')
-rw-r--r--ia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ia.c b/ia.c
index 5e74f3c..6f11cb9 100644
--- a/ia.c
+++ b/ia.c
@@ -20,7 +20,7 @@ void Factionennemi(int* Vtourennemi,SURFACES* surfaces,POSITIONS* positions, ENN
else if(*Vtourennemi==Vnbennemis)
{
*Vtourennemi=0;
- inverse(Vtour);
+ inverse_boolean(*Vtour);
}
}while(ennemis[*Vtourennemi].etat==MORT);
if(persos[target].pv<=0)