X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/fa3abef5abe95dd9668a87b1cc57a724dcbf6354..e3c9e042f1dcd2ee2a643bb5b13f15b092185a73:/lightup.c?ds=sidebyside diff --git a/lightup.c b/lightup.c index a601130..97c0ec8 100644 --- a/lightup.c +++ b/lightup.c @@ -2171,8 +2171,8 @@ static void game_print_size(game_params *params, float *x, float *y) * I'll use 6mm squares by default. */ game_compute_size(params, 600, &pw, &ph); - *x = pw / 100.0; - *y = ph / 100.0; + *x = pw / 100.0F; + *y = ph / 100.0F; } static void game_print(drawing *dr, game_state *state, int tilesize)