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.55 by root, Thu Apr 19 16:23:47 2007 UTC vs.
Revision 1.56 by root, Wed Apr 25 18:47:50 2007 UTC

128 */ 128 */
129 129
130EXTERN bool init_done; /* Ignores signals until init_done is true */ 130EXTERN bool init_done; /* Ignores signals until init_done is true */
131EXTERN bool in_cleanup; /* True when cleanup() is reached */ 131EXTERN bool in_cleanup; /* True when cleanup() is reached */
132 132
133extern long pticks; /* used by various function to determine */ 133extern tick_t pticks; /* used by various function to determine */
134 /* how often to save the character */ 134 /* how often to save the character */
135/* 135/*
136 * Misc global variables: 136 * Misc global variables:
137 */ 137 */
138EXTERN FILE *logfile; /* Used by server/daemon.c */ 138EXTERN FILE *logfile; /* Used by server/daemon.c */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines