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.52 by root, Mon Apr 16 06:23:41 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 */
136/* 134/*
137 * Misc global variables: 135 * Misc global variables:
138 */ 136 */
139EXTERN FILE *logfile; /* Used by server/daemon.c */ 137EXTERN FILE *logfile; /* Used by server/daemon.c */
140EXTERN int exiting; /* True if the game is about to exit */
141EXTERN long nroftreasures; /* Only used in malloc_info() */
142EXTERN long nrofartifacts; /* Only used in malloc_info() */
143EXTERN long nrofallowedstr; /* Only used in malloc_info() */
144 138
145EXTERN archetype *empty_archetype; /* Nice to have fast access to it */ 139EXTERN archetype *empty_archetype; /* Nice to have fast access to it */
146EXTERN archetype *map_archeytpe; 140EXTERN archetype *map_archeytpe;
147EXTERN shstr first_map_path; /* The start-level */ 141EXTERN shstr first_map_path; /* The start-level */
148EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */ 142EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines