--- deliantra/server/common/los.C 2008/12/20 02:32:31 1.42 +++ deliantra/server/common/los.C 2008/12/20 04:02:15 1.43 @@ -35,12 +35,12 @@ struct los_info { - sint8 xo, yo; // obscure angle - sint8 xe, ye; // angle deviation - uint8 culled; - uint8 queued; + sint8 xo, yo; // obscure angle + sint8 xe, ye; // angle deviation + uint8 culled; // culled from "tree" + uint8 queued; // already queued uint8 visible; - uint8 flags; + uint8 flags; // LOS_XI/YI }; // temporary storage for the los algorithm,