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.21 by root, Thu Feb 15 03:19:02 2007 UTC vs.
Revision 1.22 by elmex, Fri Feb 16 21:38:18 2007 UTC

41{ 41{
42 int x[4], y[4]; 42 int x[4], y[4];
43 int index; 43 int index;
44} blocks; 44} blocks;
45 45
46blocks block[MAP_CLIENT_X][MAP_CLIENT_Y]; 46blocks block[(MAP_CLIENT_X | 1) + 1][(MAP_CLIENT_Y | 1) + 1]; // still a speed hack
47 47
48static void expand_lighted_sight (object *op); 48static void expand_lighted_sight (object *op);
49 49
50/* 50/*
51 * Used to initialise the array used by the LOS routines. 51 * Used to initialise the array used by the LOS routines.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines