diff options
Diffstat (limited to 'ia.c')
-rw-r--r-- | ia.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |