summaryrefslogtreecommitdiff
path: root/menuchoixpersos.c
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2014-10-26 19:44:01 +0000
committerOlivier Gayot <duskcoder@gmail.com>2014-10-26 19:44:01 +0000
commit40c476353b251cd2c423c8945480572b64381f44 (patch)
tree6b63902e08e0907ef02f51e7229677f2eb374c28 /menuchoixpersos.c
parentbdedea6d43bd8656548fff341093146a0e131d32 (diff)
game: fix segmentation fault whenever the game starts
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'menuchoixpersos.c')
-rw-r--r--menuchoixpersos.c2
1 files changed, 1 insertions, 1 deletions
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;