From 40c476353b251cd2c423c8945480572b64381f44 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 26 Oct 2014 19:44:01 +0000 Subject: game: fix segmentation fault whenever the game starts Signed-off-by: Olivier Gayot --- menuchoixpersos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menuchoixpersos.c') diff --git a/menuchoixpersos.c b/menuchoixpersos.c index 6c5f9b7..2616e56 100644 --- a/menuchoixpersos.c +++ b/menuchoixpersos.c @@ -24,7 +24,7 @@ void Fmenuchoixpersos (SURFACES *surfaces, POSITIONS *positions) vert.g = 189; vert.b = 31; SDL_BlitSurface (surfaces->Pchoixpaladin,NULL,surfaces->Pecran,&positions->Vpositionmenu); - police = TTF_OpenFont ("C://WINDOWS//Fonts//TIMESI.TTF",36); + police = TTF_OpenFont ("TIMESI.TTF",36); while (Vnbperso!=3) { continuer = 1; -- cgit v1.2.3