--- deliantra/server/common/los.C 2008/12/04 03:48:37 1.33 +++ deliantra/server/common/los.C 2008/12/04 03:52:00 1.34 @@ -423,7 +423,7 @@ } // psosibly do 2nd pass for rare negative glow radii - if (pass2) + if (expect_false (pass2)) for (x = min_x, basex = -MAX_LIGHT_RADIUS; x <= max_x; x++, basex++) for (y = min_y, basey = -MAX_LIGHT_RADIUS; y <= max_y; y++, basey++) {