From: Holger Schemel Date: Tue, 19 Nov 2024 20:50:10 +0000 (+0100) Subject: minor change (no functional change) X-Git-Tag: 4.4.0.0-test-4~40 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=00c7269e78aec3d3989894558378a87857934dc3;p=rocksndiamonds.git minor change (no functional change) --- diff --git a/src/game_bd/bd_cave.c b/src/game_bd/bd_cave.c index 63703d52..492b6882 100644 --- a/src/game_bd/bd_cave.c +++ b/src/game_bd/bd_cave.c @@ -924,9 +924,9 @@ static void gd_cave_set_random_rgb_colors(GdCave *cave) if (gd_random_boolean()) swapd(&s2, &s3); if (gd_random_boolean()) swapd(&s1, &s3); - h1 = h1 * 360.0; - h2 = h2 * 360.0; - h3 = h3 * 360.0; + h1 *= 360.0; + h2 *= 360.0; + h3 *= 360.0; cave->colorb = gd_color_get_from_hsv(0, 0, 0); cave->color0 = gd_color_get_from_hsv(0, 0, 0); // black for background