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.30 by pippijn, Thu Mar 1 12:28:16 2007 UTC vs.
Revision 1.31 by root, Sat Mar 10 19:48:16 2007 UTC

321 321
322#define FACE_TYPES 1 322#define FACE_TYPES 1
323#define PNG_FACE_INDEX 0 323#define PNG_FACE_INDEX 0
324 324
325#define VERSION_CS 1023 /* version >= 1023 understand setup cmd */ 325#define VERSION_CS 1023 /* version >= 1023 understand setup cmd */
326#define VERSION_SC 1027 326#define VERSION_SC 1026
327//#define VERSION_SC 1027 // requestinfo image_info and image_sums, makes extending faces on the fly impossible
327#define VERSION_INFO "Crossfire+ Server" 328#define VERSION_INFO "Crossfire+ Server"
328 329
329typedef object_vector<client, &client::active> sockvec; 330typedef object_vector<client, &client::active> sockvec;
330 331
331extern sockvec clients; 332extern sockvec clients;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines