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.55 by root, Sun Jun 24 04:09:29 2007 UTC vs.
Revision 1.56 by root, Sun Jun 24 15:33:41 2007 UTC

314#define PNG_FACE_INDEX 0 314#define PNG_FACE_INDEX 0
315 315
316#define VERSION_CS 1023 /* version >= 1023 understand setup cmd */ 316#define VERSION_CS 1023 /* version >= 1023 understand setup cmd */
317#define VERSION_SC 1026 317#define VERSION_SC 1026
318//#define VERSION_SC 1027 // requestinfo image_info and image_sums, makes extending faces on the fly impossible 318//#define VERSION_SC 1027 // requestinfo image_info and image_sums, makes extending faces on the fly impossible
319#define VERSION_INFO "Crossfire+ Server" 319#define VERSION_INFO "Crossfire TRT Server"
320 320
321typedef object_vector<client, &client::active> sockvec; 321typedef object_vector<client, &client::active> sockvec;
322 322
323extern sockvec clients; 323extern sockvec clients;
324 324

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines