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.4 by root, Sun Jun 11 18:48:40 2006 UTC vs.
Revision 1.5 by elmex, Sun Aug 13 17:16:02 2006 UTC

1/* 1/*
2 * static char *rcsid_newserver_h = 2 * static char *rcsid_newserver_h =
3 * "$Id: newserver.h,v 1.4 2006/06/11 18:48:40 root Exp $"; 3 * "$Id: newserver.h,v 1.5 2006/08/13 17:16:02 elmex Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
139 uint32 ext_mapinfos:1; /* If true client accept additionnal info on maps*/ 139 uint32 ext_mapinfos:1; /* If true client accept additionnal info on maps*/
140 /* Below are flags for extedend infos to pass to client 140 /* Below are flags for extedend infos to pass to client
141 * with S->C mapextended command */ 141 * with S->C mapextended command */
142 uint32 EMI_smooth:1; /* Send smooth in extendmapinfos*/ 142 uint32 EMI_smooth:1; /* Send smooth in extendmapinfos*/
143 143
144 struct mapdef *current_map; /* CF+ current player map */ 144 struct mapstruct *current_map; /* CF+ current player map */
145 145
146 /* Below here is information only relevant for old sockets */ 146 /* Below here is information only relevant for old sockets */
147 char *comment; /* name or listen comment */ 147 char *comment; /* name or listen comment */
148 enum Old_Mode old_mode; 148 enum Old_Mode old_mode;
149} NewSocket; 149} NewSocket;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines