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.42 by root, Mon Apr 2 18:04:46 2007 UTC vs.
Revision 1.43 by root, Mon Apr 2 18:54:00 2007 UTC

213 213
214 bool ACC (RW, force_newmap); // force a newmap before next map update 214 bool ACC (RW, force_newmap); // force a newmap before next map update
215 uint32 ACC (RW, supported_readables); /* each bit is a readable supported by client */ 215 uint32 ACC (RW, supported_readables); /* each bit is a readable supported by client */
216 uint32 ACC (RW, cs_version), ACC (RW, sc_version); /* versions of the client */ 216 uint32 ACC (RW, cs_version), ACC (RW, sc_version); /* versions of the client */
217 uint16 ACC (RW, look_position); /* start of drawing of look window */ 217 uint16 ACC (RW, look_position); /* start of drawing of look window */
218 uint16 ACC (RW, mss); // likely tcp maximum segment size
218 uint8 ACC (RW, mapmode); /* Type of map commands the client wants. */ 219 uint8 ACC (RW, mapmode); /* Type of map commands the client wants. */
219 uint8 ACC (RW, mapx), ACC (RW, mapy); /* How large a map the client wants */ 220 uint8 ACC (RW, mapx), ACC (RW, mapy); /* How large a map the client wants */
220 uint8 ACC (RW, itemcmd); /* What version of the 'item' protocol command to use */ 221 uint8 ACC (RW, itemcmd); /* What version of the 'item' protocol command to use */
221 222
222 maptile *ACC (RW, current_map); // CF+ last/current player map 223 maptile *ACC (RW, current_map); // CF+ last/current player map

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines