some fixes in win

This commit is contained in:
Ondrej Novak 2025-02-14 20:44:02 +01:00
parent 2d7697174d
commit 02f5d21c32
3 changed files with 11 additions and 11 deletions

View file

@ -37,7 +37,7 @@ static short zooming_points[ZOOM_PHASES][4]
{480,271,80,28},
{460,259,90,31}
};
static int zooming_step=2;
static int zooming_step=1;
static int rot_phases=1;
//int yreq;
int last_scale;