Proper screen update on zoomed fill
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@78 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
5
divers.c
5
divers.c
@@ -497,11 +497,6 @@ void Remplacer_toutes_les_couleurs_dans_limites(byte * Table_de_remplacement)
|
||||
|
||||
byte Ancien;
|
||||
|
||||
DEBUG("Haut",Limite_Haut);
|
||||
DEBUG("Bas",Limite_Bas);
|
||||
DEBUG("Gauche",Limite_Gauche);
|
||||
DEBUG("Droite",Limite_Droite);
|
||||
|
||||
// Pour chaque ligne :
|
||||
for(Ligne = Limite_Haut;Ligne <= Limite_Bas; Ligne++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user