Fixed issue 122: Qshade only working in one direction with some tools.

Re-computed the dependencies, graph.o was missing, which could cause lots of problem if you don't 'make clean' when upgrading.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@640 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-02-17 19:13:18 +00:00
parent 13130acc67
commit 2d8beccbbd
2 changed files with 6 additions and 2 deletions

View File

@@ -2396,7 +2396,7 @@ byte Effet_Quick_shade(word X,word Y,byte Couleur)
{
Largeur=1+Fin-Debut;
if ( ((Mouse_K==A_GAUCHE) && Sens) || ((Mouse_K==A_DROITE) && (!Sens)) )
if ( ((Shade_Table==Shade_Table_gauche) && Sens) || ((Shade_Table==Shade_Table_droite) && (!Sens)) )
C-=Quick_shade_Step%Largeur;
else
C+=Quick_shade_Step%Largeur;