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.53 by root, Tue Apr 17 18:24:30 2007 UTC vs.
Revision 1.54 by root, Tue Apr 17 18:40:31 2007 UTC

124 124
125/* 125/*
126 * Variables set by different flags (see init.c): 126 * Variables set by different flags (see init.c):
127 */ 127 */
128 128
129EXTERN bool warn_archetypes; /* If true, write warnings when failing */
130 /* to find archetypes when loading from file */
131EXTERN bool init_done; /* Ignores signals until init_done is true */ 129EXTERN bool init_done; /* Ignores signals until init_done is true */
132EXTERN bool in_cleanup; /* True when cleanup() is reached */ 130EXTERN bool in_cleanup; /* True when cleanup() is reached */
133 131
134extern long pticks; /* used by various function to determine */ 132extern long pticks; /* used by various function to determine */
135 /* how often to save the character */ 133 /* how often to save the character */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines