From 263ba16bbac0a6edd9eb6a8c40f27d1a7a882ac2 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 19 Apr 2026 00:35:41 +0200 Subject: [PATCH] fixed Blizzard in unrectified {4,x} --- complex.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/complex.cpp b/complex.cpp index 5b96aa33..c24f0456 100644 --- a/complex.cpp +++ b/complex.cpp @@ -2136,6 +2136,9 @@ EX namespace heat { if(arcm::in()) divby *= 2; if(WDIM == 3) divby *= 2; + ld blizzard_mul = 5; + if(UNRECTIFIED && S3 == 4) blizzard_mul = 1; + for(int i=0; iland == laCocytus && shmup::on) ? 1/3. : 1; @@ -2199,7 +2202,7 @@ EX namespace heat { int v = (windmap::at(ct) - windmap::at(c)) & 255; if(v > 128) v -= 256; if(v < windmap::NOWINDFROM && v > -windmap::NOWINDFROM) - hdiff = hdiff * (1 - v * 5. / windmap::NOWINDFROM); + hdiff = hdiff * (1 - v * blizzard_mul / windmap::NOWINDFROM); } #endif