--- deliantra/server/include/global.h 2008/12/26 10:36:42 1.74 +++ deliantra/server/include/global.h 2009/04/27 01:38:48 1.75 @@ -150,6 +150,8 @@ EXTERN char errmsg[HUGE_BUF]; EXTERN long ob_count; +extern dynbuf_text msg_dynbuf; // a dynbuf for text messages and other temporary data + #define SET_ANIMATION(ob,newanim) ob->face = animations [ob->animation_id].faces [newanim] #define GET_ANIMATION(ob,anim) animations [ob->animation_id].faces [anim] #define GET_ANIM_ID(ob) (ob->animation_id)