Changed all the remaining OEM characters in the source code into Windows-1252.

Except in aide.c, because the strings are printed with an OEM font.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@175 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-09-27 22:11:17 +00:00
parent 48fca5ceb3
commit 11a4a488a6
19 changed files with 294 additions and 294 deletions

View File

@@ -349,7 +349,7 @@ byte Lit_pixel_dans_brosse (word X,word Y)
void Clavier_de_depart(void)
{
//SDL_EnableUNICODE(SDL_ENABLE);
//SDL_EnableKeyRepeat(250, 32); // TODO placer un meilleur endroit
//SDL_EnableKeyRepeat(250, 32); // TODO à placer à un meilleur endroit
}
void Clavier_americain(void)