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.10 by root, Tue Dec 19 05:12:52 2006 UTC vs.
Revision 1.11 by root, Tue Dec 19 05:41:21 2006 UTC

26 26
27#include <deque> 27#include <deque>
28#include <bitset> 28#include <bitset>
29 29
30// (possibly) max. number of objects "per page" in the ground container 30// (possibly) max. number of objects "per page" in the ground container
31#define NUM_LOOK_OBJECTS 50 31#define FLOORBOX_PAGESIZE 50
32 32
33struct MapCell 33struct MapCell
34{ 34{
35 UUID player; // this is, unfortunately, very wasteful of memory space, but pretty bandwidth-efficient 35 UUID player; // this is, unfortunately, very wasteful of memory space, but pretty bandwidth-efficient
36 int count; /* This is really darkness in the map1 command */ 36 int count; /* This is really darkness in the map1 command */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines