ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/lowlevel.C
(Generate patch)

Comparing deliantra/server/socket/lowlevel.C (file contents):
Revision 1.95 by root, Sun Nov 18 09:37:56 2012 UTC vs.
Revision 1.96 by root, Sun Nov 18 09:39:11 2012 UTC

688 cfperl_send_msg (this, color, type, msg); 688 cfperl_send_msg (this, color, type, msg);
689 else 689 else
690 send_packet_printf ("msg %d %s %s", color & NDI_CLIENT_MASK, type, msg); 690 send_packet_printf ("msg %d %s %s", color & NDI_CLIENT_MASK, type, msg);
691} 691}
692 692
693void
694client::send_drawinfo (const char *msg, int flags)
695{
696 send_msg (flags, "log", msg);
697}
698
699/*********************************************************************** 693/***********************************************************************
700 * 694 *
701 * packet functions/utilities 695 * packet functions/utilities
702 * 696 *
703 **********************************************************************/ 697 **********************************************************************/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines