ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/client.h
(Generate patch)

Comparing deliantra/server/include/client.h (file contents):
Revision 1.46 by root, Tue Apr 10 09:35:23 2007 UTC vs.
Revision 1.47 by root, Wed Apr 18 09:38:58 2007 UTC

32// (possibly) max. number of objects "per page" in the ground container 32// (possibly) max. number of objects "per page" in the ground container
33#define FLOORBOX_PAGESIZE 50 33#define FLOORBOX_PAGESIZE 50
34 34
35struct MapCell 35struct MapCell
36{ 36{
37 UUID player; // this is, unfortunately, very wasteful of memory space, but pretty bandwidth-efficient 37 tag_t player; // this is, unfortunately, very wasteful of memory space, but pretty bandwidth-efficient
38 int count; /* This is really darkness in the map1 command */ 38 int count; /* This is really darkness in the map1 command */
39 faceidx faces[MAP_LAYERS]; 39 faceidx faces[MAP_LAYERS];
40 unsigned char stat_hp; // health of something in this space, or 0 40 unsigned char stat_hp; // health of something in this space, or 0
41 unsigned char flags; 41 unsigned char flags;
42 uint8_t smooth[MAP_LAYERS]; 42 uint8_t smooth[MAP_LAYERS];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines