Skip to content

Commit

Permalink
ONE LAST PUSH
Browse files Browse the repository at this point in the history
  • Loading branch information
space192 committed May 3, 2020
1 parent 36adc6d commit a2e9288
Show file tree
Hide file tree
Showing 162 changed files with 229 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Batiment Production/menu jeu et pause/tutoriel.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void tutoriel(BITMAP* page,int *tutoA,int angle,t_listeBR *liste1,t_joueur joueu
condition++;
actuel=actuel->suivant;
}
if(condition==5)
if(condition>=8)
{
(*tutoA)++;
}
Expand Down
1 change: 0 additions & 1 deletion Menu/affichageMenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ void leaderBoard(BITMAP *buffer, BITMAP *image[37], int *scene, int *compteur, t
{
affichageBoutton(image[15], buffer, 4, 828, *sourisY, 2.5);
}
textprintf_ex(buffer, font, 0,10,makecol(255,255,255), -1, "%d", *y);
if((mouse_x>=390 && mouse_y >=950) && (mouse_x <= 890 && mouse_y <=1000))
{
if(mouse_b & 1)
Expand Down
Loading

0 comments on commit a2e9288

Please sign in to comment.