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.34 by root, Sun Dec 31 21:02:04 2006 UTC

150EXTERN long nrofartifacts; /* Only used in malloc_info() */ 150EXTERN long nrofartifacts; /* Only used in malloc_info() */
151EXTERN long nrofallowedstr; /* Only used in malloc_info() */ 151EXTERN long nrofallowedstr; /* Only used in malloc_info() */
152 152
153EXTERN archetype *empty_archetype; /* Nice to have fast access to it */ 153EXTERN archetype *empty_archetype; /* Nice to have fast access to it */
154EXTERN archetype *map_archeytpe; 154EXTERN archetype *map_archeytpe;
155EXTERN char first_map_path[MAX_BUF]; /* The start-level */ 155EXTERN shstr first_map_path; /* The start-level */
156EXTERN char first_map_ext_path[MAX_BUF]; /* Path used for per-race start maps */ 156EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */
157 157
158EXTERN char errmsg[HUGE_BUF]; 158EXTERN char errmsg[HUGE_BUF];
159EXTERN long ob_count; 159EXTERN long ob_count;
160/* 160/*
161 * Used in treasure.c 161 * Used in treasure.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines