--- deliantra/server/include/define.h 2008/12/04 01:07:35 1.91 +++ deliantra/server/include/define.h 2008/12/08 15:40:13 1.92 @@ -604,6 +604,8 @@ * slow down the game */ #define MAX_DARKNESS 5 /* maximum map darkness, there is no * practical reason to exceed this */ +#define LOS_MAX 4 /* max. los value for non-blocked spaces */ +#define LOS_BLOCKED 100 /* fully blocked spaces */ #define BRIGHTNESS(xyz) (xyz)->glow_radius>MAX_LIGHT_RADII? \ MAX_LIGHT_RADII:(xyz)->glow_radius;