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:
2
divers.c
2
divers.c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user