--- deliantra/server/include/client.h 2007/06/09 22:54:03 1.53 +++ deliantra/server/include/client.h 2007/06/24 04:09:29 1.55 @@ -117,7 +117,7 @@ int ACC (RW, fd); unsigned int inbuf_len; // number of bytes valid in inbuf statsinfo stats; - int ACC (RO, active); + object_vector_index ACC (RO, active); player_ptr ACC (RO, pl); /* The following is the setup for a ring buffer for storing output @@ -263,7 +263,7 @@ MTH void send_image (faceidx facenum); MTH void send_faces (object *ob); MTH void send_animation (short anim_num); - MTH void send_msg (int color, const char *type, const char *msg); + void send_msg (int color, const char *type, const char *msg); // called when something under the player changes MTH void floorbox_update () { update_look = 1; }