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.17 by root, Sat Dec 23 00:14:29 2006 UTC vs.
Revision 1.18 by root, Sat Dec 23 06:21:02 2006 UTC

210 210
211 maptile *ACC (RW, current_map); // CF+ last/current player map 211 maptile *ACC (RW, current_map); // CF+ last/current player map
212 int ACC (RW, current_x), ACC (RW, current_y); // CF+ last/current map position 212 int ACC (RW, current_x), ACC (RW, current_y); // CF+ last/current map position
213 char ACC (RW, version)[64]; // CF+ client name/version 213 char ACC (RW, version)[64]; // CF+ client name/version
214 214
215 player *ACC (RO, pl);//TODO should not be here, preferably 215 player_ptr ACC (RO, pl);
216 216
217 int ACC (RW, rtt), ACC (RW, rttvar); /* round-trip time and -variance, if known */ 217 int ACC (RW, rtt), ACC (RW, rttvar); /* round-trip time and -variance, if known */
218 218
219 client (int fd, const char *from_ip); 219 client (int fd, const char *from_ip);
220 ~client (); 220 ~client ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines