--- deliantra/server/common/los.C 2008/12/18 02:49:22 1.37 +++ deliantra/server/common/los.C 2008/12/18 05:13:38 1.38 @@ -407,7 +407,7 @@ } } - // psosibly do 2nd pass for rare negative glow radii + // possibly do 2nd pass for rare negative glow radii 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++)