Fixed all warnings, some little bugs, and improved compatibility with >1GB RAM
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@54 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -451,7 +451,7 @@ void Modif_Erreur_fichier(int Nouvelle_valeur)
|
||||
void Charger_image(byte Image)
|
||||
{
|
||||
int Indice; // Indice de balayage des formats
|
||||
int Format; // Format du fichier à charger
|
||||
int Format=0; // Format du fichier à charger
|
||||
|
||||
|
||||
// On place par défaut Erreur_fichier à vrai au cas o— on ne sache pas
|
||||
@@ -2168,7 +2168,7 @@ void Load_BMP(void)
|
||||
byte * Buffer;
|
||||
word Indice;
|
||||
byte Palette_locale[256][4]; // R,V,B,0
|
||||
word Nb_Couleurs;
|
||||
word Nb_Couleurs = 0;
|
||||
short Pos_X;
|
||||
short Pos_Y;
|
||||
word Taille_ligne;
|
||||
|
||||
Reference in New Issue
Block a user