rectification syntaxe
This commit is contained in:
parent
b57b441d63
commit
a239e40e33
2
gui.c
2
gui.c
@ -31,6 +31,6 @@ void PerduGUI(unsigned long *bestscore)
|
|||||||
char buf[100];
|
char buf[100];
|
||||||
ChoisirEcran(0);
|
ChoisirEcran(0);
|
||||||
ChargerImage("./images/Perdu.png",0,0,0,0,930,710);
|
ChargerImage("./images/Perdu.png",0,0,0,0,930,710);
|
||||||
snprintf(buf,100,"SCORE : %07ld",*bestscore);
|
snprintf(buf,100,"BEST SCORE : %07ld",*bestscore);
|
||||||
EcrireTexte(450,250,buf,2);
|
EcrireTexte(450,250,buf,2);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user