--- deliantra/server/include/client.h 2007/06/24 00:33:54 1.54 +++ deliantra/server/include/client.h 2007/06/24 04:09:29 1.55 @@ -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; }