remove warnings when compiling with MSVC++2010

This commit is contained in:
Thomas Bernard
2018-03-19 15:58:28 +01:00
parent 10997509c8
commit f9616f570a
6 changed files with 10 additions and 8 deletions

View File

@@ -1020,7 +1020,7 @@ void Rotate_brush_0_5(void)
short computed_y=0;
byte angle_change;
short prev_state;
float angle=0.0;
double angle=0.0;
int dx,dy;
short cursor_x, cursor_y;