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.34 by root, Sun Dec 31 21:02:04 2006 UTC vs.
Revision 1.35 by elmex, Wed Jan 3 02:51:10 2007 UTC

121EXTERN artifactlist *first_artifactlist; 121EXTERN artifactlist *first_artifactlist;
122EXTERN archetype *first_archetype; 122EXTERN archetype *first_archetype;
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
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 126
133/* 127/*
134 * Variables set by different flags (see init.c): 128 * Variables set by different flags (see init.c):
135 */ 129 */
136 130

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines