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.36 by root, Fri Jan 5 10:50:47 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 */
189extern New_Face *smooth_face; 183extern New_Face *smooth_face;
190 184
191extern client *init_sockets; 185extern client *init_sockets;
192 186
193extern void emergency_save (); 187extern void emergency_save ();
194extern void cleanup (bool make_core = false); 188extern void cleanup (const char *cause, bool make_core = false);
195 189
196#include "libproto.h" 190#include "libproto.h"
197#include "sockproto.h" 191#include "sockproto.h"
198 192
199#define decrease_ob(xyz) decrease_ob_nr(xyz,1) 193#define decrease_ob(xyz) decrease_ob_nr(xyz,1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines