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.49 by root, Mon May 28 21:22:26 2007 UTC vs.
Revision 1.50 by root, Sun Jun 3 17:05:36 2007 UTC

157 if (last_weight != WEIGHT (pl->ob)) 157 if (last_weight != WEIGHT (pl->ob))
158 LOG (llevError, "esrv_update_item(UPD_WEIGHT) did not set player weight: is %lu, should be %lu\n", 158 LOG (llevError, "esrv_update_item(UPD_WEIGHT) did not set player weight: is %lu, should be %lu\n",
159 (unsigned long) last_weight, WEIGHT (pl->ob)); 159 (unsigned long) last_weight, WEIGHT (pl->ob));
160 } 160 }
161 161
162 draw_client_map (pl->ob); 162 draw_client_map (pl);
163 163
164 if (update_look) 164 if (update_look)
165 esrv_draw_look (pl->ob); 165 esrv_draw_look (pl);
166 166
167 if (askface.empty () && !partial_face_ofs) 167 if (askface.empty () && !partial_face_ofs)
168 { 168 {
169 // regularly send a new face when queue is empty 169 // regularly send a new face when queue is empty
170 if (bg_scrub && !--bg_scrub && enable_bg_scrub) 170 if (bg_scrub && !--bg_scrub && enable_bg_scrub)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines