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

2
init.c
View File

@@ -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++)