From e984a172127c3d13ac85c29511c68784ca43984c Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 7 Jan 2015 12:49:13 +0100 Subject: game: converted source files from iso-8859 to UTF-8 Accents in the content of certain files made them react as binary files. Fixed by converting them to Unicode. Signed-off-by: Olivier Gayot --- map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'map.c') diff --git a/map.c b/map.c index 5c341a1..49ef237 100644 --- a/map.c +++ b/map.c @@ -32,7 +32,7 @@ void Fmap (SURFACES*surfaces, POSITIONS* positions,PERSONNAGES persos[],ENNEMIS break; } } -//une fois le jeu quitté ! +//une fois le jeu quitté ! Fdechargersurfaces_map(surfaces); } -- cgit v1.2.3