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

135 /* how often to save the character */ 135 /* how often to save the character */
136/* 136/*
137 * Misc global variables: 137 * Misc global variables:
138 */ 138 */
139EXTERN FILE *logfile; /* Used by server/daemon.c */ 139EXTERN 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 140
145EXTERN archetype *empty_archetype; /* Nice to have fast access to it */ 141EXTERN archetype *empty_archetype; /* Nice to have fast access to it */
146EXTERN archetype *map_archeytpe; 142EXTERN archetype *map_archeytpe;
147EXTERN shstr first_map_path; /* The start-level */ 143EXTERN shstr first_map_path; /* The start-level */
148EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */ 144EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines