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.74 by root, Fri Dec 26 10:36:42 2008 UTC vs.
Revision 1.75 by root, Mon Apr 27 01:38:48 2009 UTC

147EXTERN shstr first_map_path; /* The start-level */ 147EXTERN shstr first_map_path; /* The start-level */
148EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */ 148EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */
149 149
150EXTERN char errmsg[HUGE_BUF]; 150EXTERN char errmsg[HUGE_BUF];
151EXTERN long ob_count; 151EXTERN long ob_count;
152
153extern dynbuf_text msg_dynbuf; // a dynbuf for text messages and other temporary data
152 154
153#define SET_ANIMATION(ob,newanim) ob->face = animations [ob->animation_id].faces [newanim] 155#define SET_ANIMATION(ob,newanim) ob->face = animations [ob->animation_id].faces [newanim]
154#define GET_ANIMATION(ob,anim) animations [ob->animation_id].faces [anim] 156#define GET_ANIMATION(ob,anim) animations [ob->animation_id].faces [anim]
155#define GET_ANIM_ID(ob) (ob->animation_id) 157#define GET_ANIM_ID(ob) (ob->animation_id)
156/* NUM_ANIMATIONS returns the number of animations allocated. The last 158/* NUM_ANIMATIONS returns the number of animations allocated. The last

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines