diff --git a/gfx2.cfg b/gfx2.cfg index 59c4331d..3da9db0d 100644 Binary files a/gfx2.cfg and b/gfx2.cfg differ diff --git a/graph.c b/graph.c index 5034fb0a..17275f9d 100644 --- a/graph.c +++ b/graph.c @@ -5213,7 +5213,7 @@ void Tracer_rectangle_degrade(short RAX,short RAY,short RBX,short RBY,short VAX, short a = (VBY - VAY)/(VBX - VAX); short b = VAY - a*VAX; - short Distance_X, Distance_Y; + int Distance_X, Distance_Y; DEBUG("inttotal",Degrade_Intervalle_total); @@ -5221,8 +5221,8 @@ void Tracer_rectangle_degrade(short RAX,short RAY,short RBX,short RBY,short VAX, for (Pos_X = RAX;Pos_X