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.26 by root, Sat Dec 16 22:14:42 2006 UTC vs.
Revision 1.28 by root, Sun Dec 17 19:14:00 2006 UTC

182 for (sockvec::iterator i = clients.begin (); i != clients.end (); ++i) 182 for (sockvec::iterator i = clients.begin (); i != clients.end (); ++i)
183 { 183 {
184 client *s = *i; 184 client *s = *i;
185 player *pl = s->pl; 185 player *pl = s->pl;
186 186
187 //TODO: this could probably be nuked completely
187 s->handle_packet (); 188 s->handle_packet ();
188 s->handle_command (); 189 s->handle_command ();
189 190
190 //TODO: should not be done here, either 191 //TODO: should not be done here, either
191 if (s->status != Ns_Dead && pl) 192 if (s->status != Ns_Dead && pl)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines