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
init.c
2
init.c
@@ -273,7 +273,7 @@ void Charger_DAT(void)
|
||||
if (!(Fonte_temporaire=(byte *)malloc(2048)))
|
||||
Erreur(ERREUR_MEMOIRE);
|
||||
|
||||
// Lecture de la fonte systŠme
|
||||
// Lecture de la fonte système
|
||||
if (fread(Fonte_temporaire,1,2048,Handle)!=2048)
|
||||
Erreur(ERREUR_DAT_CORROMPU);
|
||||
for (Indice=0;Indice<256;Indice++)
|
||||
|
||||
Reference in New Issue
Block a user