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.28 by root, Sun Feb 4 21:02:54 2007 UTC vs.
Revision 1.29 by root, Thu Feb 15 04:04:22 2007 UTC

222 uint8 ACC (RW, mapx), ACC (RW, mapy); /* How large a map the client wants */ 222 uint8 ACC (RW, mapx), ACC (RW, mapy); /* How large a map the client wants */
223 uint8 ACC (RW, itemcmd); /* What version of the 'item' protocol command to use */ 223 uint8 ACC (RW, itemcmd); /* What version of the 'item' protocol command to use */
224 uint8 ACC (RW, faceset); /* Set the client is using, default 0 */ 224 uint8 ACC (RW, faceset); /* Set the client is using, default 0 */
225 225
226 maptile *ACC (RW, current_map); // CF+ last/current player map 226 maptile *ACC (RW, current_map); // CF+ last/current player map
227 region *ACC (RW, current_region); // CF+ last/current player region
227 int ACC (RW, current_x), ACC (RW, current_y); // CF+ last/current map position 228 int ACC (RW, current_x), ACC (RW, current_y); // CF+ last/current map position
228 char ACC (RW, version)[64]; // CF+ client name/version 229 char ACC (RW, version)[64]; // CF+ client name/version
229 230
230 player_ptr ACC (RO, pl); 231 player_ptr ACC (RO, pl);
231 232

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines