Removed some accents in two filenames to avoid problems with some locale settings when doing a checkout

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@96 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-08-09 15:36:49 +00:00
parent cdf5a760b2
commit ce4f050709
4 changed files with 3 additions and 2 deletions

View File

@@ -420,7 +420,7 @@ void Set_Mode_SDL()
/* On règle la résolution de l'écran */
{
#ifdef WINDOWED
#define FLAGS
#define FLAGS 0
#else
#define FLAGS SDL_FULLSCREEN
#endif