ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/newserver.h
(Generate patch)

Comparing deliantra/server/include/newserver.h (file contents):
Revision 1.11 by root, Sat Sep 16 22:06:17 2006 UTC vs.
Revision 1.12 by root, Sat Sep 16 22:24:12 2006 UTC

143 uint32 ext_mapinfos:1; /* If true client accept additionnal info on maps */ 143 uint32 ext_mapinfos:1; /* If true client accept additionnal info on maps */
144 /* Below are flags for extedend infos to pass to client 144 /* Below are flags for extedend infos to pass to client
145 * with S->C mapextended command */ 145 * with S->C mapextended command */
146 uint32 EMI_smooth:1; /* Send smooth in extendmapinfos */ 146 uint32 EMI_smooth:1; /* Send smooth in extendmapinfos */
147 147
148 struct mapstruct *current_map; // CF+ last/current player map 148 maptile *current_map; // CF+ last/current player map
149 int current_x, current_y; // CF+ last/current map position 149 int current_x, current_y; // CF+ last/current map position
150 char client[64]; // CF+ client name/version 150 char client[64]; // CF+ client name/version
151 151
152 /* Below here is information only relevant for old sockets */ 152 /* Below here is information only relevant for old sockets */
153 char *comment; /* name or listen comment */ 153 char *comment; /* name or listen comment */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines