change main() to Index()

master
L0ol4X 2 years ago
parent c7b7729a23
commit c554bacfb7

@ -100,7 +100,7 @@ void GereAdhérent(void)
ret = FindN(tAd, numAd, tpasseoupas, 500);
if (ret == -1)
{
main();
Index();
}
}
@ -417,7 +417,7 @@ void Loop(int *tAd, char tnom[][15], char tpnom[][15], int *tage, int *tstate, i
while (*choix != 4)
{
if (*choix == 2)
if (*choix == 2)
{
printf("La carte dispose de %d points.\n", tptsbought[place]);//infos sur ses points
}

Loading…
Cancel
Save