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.43 by root, Thu Feb 15 15:43:36 2007 UTC vs.
Revision 1.45 by root, Sun Mar 4 19:36:12 2007 UTC

151EXTERN char errmsg[HUGE_BUF]; 151EXTERN char errmsg[HUGE_BUF];
152EXTERN long ob_count; 152EXTERN long ob_count;
153/* 153/*
154 * Used in treasure.c 154 * Used in treasure.c
155 */ 155 */
156EXTERN archetype *ring_arch,*amulet_arch,*staff_arch,*crown_arch; 156EXTERN archetype *ring_arch, *amulet_arch, *staff_arch, *crown_arch;
157 157
158EXTERN std::vector<animation> animations; 158EXTERN std::vector<animation> animations;
159EXTERN int num_animations,animations_allocated, bmaps_checksum; 159EXTERN int num_animations, animations_allocated;
160EXTERN uint32_t bmaps_checksum;
160 161
161#define SET_ANIMATION(ob,newanim) ob->face = new_faces + animations [ob->animation_id].faces [newanim] 162#define SET_ANIMATION(ob,newanim) ob->face = new_faces + animations [ob->animation_id].faces [newanim]
162#define GET_ANIMATION(ob,anim) animations [ob->animation_id].faces [anim] 163#define GET_ANIMATION(ob,anim) animations [ob->animation_id].faces [anim]
163#define GET_ANIM_ID(ob) (ob->animation_id) 164#define GET_ANIM_ID(ob) (ob->animation_id)
164/* NUM_ANIMATIONS returns the number of animations allocated. The last 165/* NUM_ANIMATIONS returns the number of animations allocated. The last
174extern int rightof_x[9], rightof_y[9]; 175extern int rightof_x[9], rightof_y[9];
175extern int leftof_x[9], leftof_y[9]; 176extern int leftof_x[9], leftof_y[9];
176 177
177extern facetile *blank_face, *empty_face; 178extern facetile *blank_face, *empty_face;
178extern facetile *dark_faces[]; 179extern facetile *dark_faces[];
179extern facetile *smooth_face;
180 180
181extern client *init_sockets; 181extern client *init_sockets;
182 182
183extern void emergency_save (); 183extern void emergency_save ();
184extern void cleanup (const char *cause, bool make_core = false); 184extern void cleanup (const char *cause, bool make_core = false);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines