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.33 by root, Sat Dec 30 10:16:10 2006 UTC vs.
Revision 1.35 by elmex, Wed Jan 3 02:51:10 2007 UTC

123EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */ 123EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */
124EXTERN godlink *first_god; 124EXTERN godlink *first_god;
125EXTERN racelink *first_race; 125EXTERN racelink *first_race;
126 126
127/* 127/*
128 * The editor uses these (will get them out of here later):
129 */
130
131EXTERN long editor; /* if true, edit maps instead of playing (almost obsolete) */
132
133/*
134 * Variables set by different flags (see init.c): 128 * Variables set by different flags (see init.c):
135 */ 129 */
136 130
137EXTERN bool warn_archetypes; /* If true, write warnings when failing */ 131EXTERN bool warn_archetypes; /* If true, write warnings when failing */
138 /* to find archetypes when loading from file */ 132 /* to find archetypes when loading from file */
150EXTERN long nrofartifacts; /* Only used in malloc_info() */ 144EXTERN long nrofartifacts; /* Only used in malloc_info() */
151EXTERN long nrofallowedstr; /* Only used in malloc_info() */ 145EXTERN long nrofallowedstr; /* Only used in malloc_info() */
152 146
153EXTERN archetype *empty_archetype; /* Nice to have fast access to it */ 147EXTERN archetype *empty_archetype; /* Nice to have fast access to it */
154EXTERN archetype *map_archeytpe; 148EXTERN archetype *map_archeytpe;
155EXTERN char first_map_path[MAX_BUF]; /* The start-level */ 149EXTERN shstr first_map_path; /* The start-level */
156EXTERN char first_map_ext_path[MAX_BUF]; /* Path used for per-race start maps */ 150EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */
157 151
158EXTERN char errmsg[HUGE_BUF]; 152EXTERN char errmsg[HUGE_BUF];
159EXTERN long ob_count; 153EXTERN long ob_count;
160/* 154/*
161 * Used in treasure.c 155 * Used in treasure.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines