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

Comparing deliantra/server/include/global.h (file contents):
Revision 1.5 by root, Thu Aug 24 13:13:49 2006 UTC vs.
Revision 1.6 by root, Tue Aug 29 08:01:36 2006 UTC

1/* 1/*
2 * static char *rcsid_global_h = 2 * static char *rcsid_global_h =
3 * "$Id: global.h,v 1.5 2006/08/24 13:13:49 root Exp $"; 3 * "$Id: global.h,v 1.6 2006/08/29 08:01:36 root 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
190/* 190/*
191 * Variables set by different flags (see init.c): 191 * Variables set by different flags (see init.c):
192 */ 192 */
193 193
194EXTERN long warn_archetypes; /* If true, write warnings when failing */ 194EXTERN long warn_archetypes; /* If true, write warnings when failing */
195 /* to find archetypes when loading from file */ 195 /* to find archetypes when loading from file */
196EXTERN long init_done; /* Ignores signals until init_done is true */ 196EXTERN long init_done; /* Ignores signals until init_done is true */
197EXTERN long trying_emergency_save; /* True when emergency_save() is reached */ 197EXTERN long trying_emergency_save; /* True when emergency_save() is reached */
198EXTERN long nroferrors; /* If it exceeds MAX_ERRORS, call fatal() */ 198EXTERN long nroferrors; /* If it exceeds MAX_ERRORS, call fatal() */
199 199
200extern long pticks; /* used by various function to determine */ 200extern long pticks; /* used by various function to determine */
201 /* how often to save the character */ 201 /* how often to save the character */
202/* 202/*
203 * Misc global variables: 203 * Misc global variables:
204 */ 204 */
205EXTERN FILE *logfile; /* Used by server/daemon.c */ 205EXTERN FILE *logfile; /* Used by server/daemon.c */
206EXTERN int exiting; /* True if the game is about to exit */ 206EXTERN int exiting; /* True if the game is about to exit */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines