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.96 by root, Sun Nov 11 04:29:11 2012 UTC vs.
Revision 1.97 by root, Sun Nov 11 05:53:12 2012 UTC

204 { 204 {
205 ++scrub_idx; 205 ++scrub_idx;
206 206
207 if (!faces_sent [scrub_idx]) 207 if (!faces_sent [scrub_idx])
208 if (faceinfo *f = face_info (scrub_idx)) 208 if (faceinfo *f = face_info (scrub_idx))
209 if (f->type == FT_FACE || f->type == FT_SOUND) // only scrub faces and sounds for now 209 if (f->type == FT_IMAGE || f->type == FT_SOUND) // only scrub faces and sounds for now
210 { 210 {
211 send_face (scrub_idx, -120); 211 send_face (scrub_idx, -120);
212 flush_fx (); 212 flush_fx ();
213 213
214 bg_scrub = 1; // send up to one fx per tick, unless an image was requested 214 bg_scrub = 1; // send up to one fx per tick, unless an image was requested

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines