Skip to content
Snippets Groups Projects
Commit d81c07d3 authored by Montjoie Henri's avatar Montjoie Henri
Browse files

correction pb num perso

parent e24ce81e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -723,7 +723,7 @@ int affichage_carte()
PV=TTF_RenderText_Shaded(vieille_police, buffer_PV, couleurBlanche, couleurNoire);
sprintf(buffer_PV, "Mana: %d/%d", obtenirManaPersonnage(perso_actuel),obtenirManaMaxPersonnage(perso_actuel));
mana=TTF_RenderText_Shaded(vieille_police, buffer_PV, couleurBlanche, couleurNoire);
sprintf(buffer_PV, "Personnage %d", perso_actuel);
sprintf(buffer_PV, "Personnage %d", perso_actuel-NB_PERSO);
personnage_numero=TTF_RenderText_Shaded(police_arial, buffer_PV, couleurBlanche, couleurNoire);
pos_texte.x=ecran->w-(LARGEUR_BORDURE+texte->w)/2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment