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

Comparing deliantra/server/socket/loop.C (file contents):
Revision 1.75 by root, Wed Apr 23 07:25:55 2008 UTC vs.
Revision 1.76 by root, Wed Apr 23 07:49:57 2008 UTC

125 esrv_update_stats (pl); 125 esrv_update_stats (pl);
126 126
127 sint32 weight = pl->ob->client_weight (); 127 sint32 weight = pl->ob->client_weight ();
128 128
129 if (last_weight != weight) 129 if (last_weight != weight)
130 {
131 pl->ob->update_stats ();
130 esrv_update_item (UPD_WEIGHT, pl->ob, pl->ob); 132 esrv_update_item (UPD_WEIGHT, pl->ob, pl->ob);
133 }
131 134
132 draw_client_map (pl); 135 draw_client_map (pl);
133 136
134 if (update_look) 137 if (update_look)
135 esrv_draw_look (pl); 138 esrv_draw_look (pl);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines