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.101 by root, Sat Nov 17 23:40:01 2018 UTC vs.
Revision 1.102 by root, Sun Nov 18 15:19:48 2018 UTC

150EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */ 150EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */
151 151
152EXTERN long ob_count; 152EXTERN long ob_count;
153 153
154extern dynbuf_text msg_dynbuf; // a dynbuf for text messages and other temporary data 154extern dynbuf_text msg_dynbuf; // a dynbuf for text messages and other temporary data
155
156/* do not use these in new code, see object.h::animation */
157#define SET_ANIMATION(ob,frame) ob->set_anim_frame (frame)
158#define NUM_ANIMATIONS(ob) (ob)->anim_frames ()
159#define NUM_FACINGS(ob) (ob)->anim_facings ()
160
161// used only by treasure.C, does not handle null arch ptrs
162#define IS_ARCH(arch,name) ((arch)->archname == shstr_ ## name)
163 155
164extern void emergency_save (); 156extern void emergency_save ();
165 157
166#include "libproto.h" 158#include "libproto.h"
167#include "sockproto.h" 159#include "sockproto.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines