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

Comparing deliantra/server/socket/request.C (file contents):
Revision 1.126 by root, Tue Apr 22 07:01:47 2008 UTC vs.
Revision 1.127 by root, Tue Apr 22 07:28:05 2008 UTC

897 sl << uint32 (pl->ob->count) 897 sl << uint32 (pl->ob->count)
898 << uint32 (weight) 898 << uint32 (weight)
899 << uint32 (pl->ob->face) 899 << uint32 (pl->ob->face)
900 << data8 (pl->ob->name); 900 << data8 (pl->ob->name);
901 901
902#if 0
903 pl->ns->last_weight = weight; 902 pl->ns->last_weight = weight;
904#endif
905 pl->ns->send_packet (sl); 903 pl->ns->send_packet (sl);
906 SET_FLAG (pl->ob, FLAG_CLIENT_SENT); 904 SET_FLAG (pl->ob, FLAG_CLIENT_SENT);
907} 905}
908 906
909/****************************************************************************** 907/******************************************************************************

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines