--- deliantra/server/include/client.h 2007/03/14 01:19:09 1.36 +++ deliantra/server/include/client.h 2007/03/14 04:12:28 1.37 @@ -35,11 +35,11 @@ struct MapCell { UUID player; // this is, unfortunately, very wasteful of memory space, but pretty bandwidth-efficient + int count; /* This is really darkness in the map1 command */ faceidx faces[MAP_LAYERS]; - faceidx smooth[MAP_LAYERS]; - int count; /* This is really darkness in the map1 command */ unsigned char stat_hp; // health of something in this space, or 0 unsigned char flags; + uint8_t smooth[MAP_LAYERS]; }; #define MAX_CLIENT_X MAP_CLIENT_X