X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.c;h=ca820886f380c18d9ca65fc5dfb8a8df0e709d5c;hp=3a2ccca2a197faf55d116d37b1dcff09bd548ce3;hb=45bfdb3c0aed7513d056425e6f0abcdc0dc21867;hpb=064971ae82e2e3f98dc55e75b15c192c9165fb4e diff --git a/src/init.c b/src/init.c index 3a2ccca2..ca820886 100644 --- a/src/init.c +++ b/src/init.c @@ -1076,11 +1076,9 @@ static void set_graphic_parameters_ext(int graphic, int *parameter, g->tile_size = TILESIZE; /* standard tile size */ #endif -#if 0 - // CHECK: when setting tile size, should this set width and height? + // when setting tile size, also set width and height accordingly g->width = g->tile_size; g->height = g->tile_size; -#endif } if (g->use_image_size)