ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/los.C
(Generate patch)

Comparing deliantra/server/common/los.C (file contents):
Revision 1.16 by pippijn, Sat Jan 6 14:42:29 2007 UTC vs.
Revision 1.17 by root, Sun Jan 7 02:39:13 2007 UTC

25/* Nov 95 - inserted USE_LIGHTING code stuff in here - b.t. */ 25/* Nov 95 - inserted USE_LIGHTING code stuff in here - b.t. */
26 26
27#include <global.h> 27#include <global.h>
28#include <funcpoint.h> 28#include <funcpoint.h>
29#include <math.h> 29#include <math.h>
30
31 30
32/* Distance must be less than this for the object to be blocked. 31/* Distance must be less than this for the object to be blocked.
33 * An object is 1.0 wide, so if set to 0.5, it means the object 32 * An object is 1.0 wide, so if set to 0.5, it means the object
34 * that blocks half the view (0.0 is complete block) will 33 * that blocks half the view (0.0 is complete block) will
35 * block view in our tables. 34 * block view in our tables.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines