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.83 by root, Mon Apr 2 18:04:47 2007 UTC vs.
Revision 1.84 by root, Tue Apr 3 00:21:38 2007 UTC

505 */ 505 */
506void 506void
507AskSmooth (char *buf, int len, client *ns) 507AskSmooth (char *buf, int len, client *ns)
508{ 508{
509 ns->send_face (atoi (buf)); 509 ns->send_face (atoi (buf));
510 ns->flush_fx ();
510} 511}
511 512
512/** 513/**
513 * This handles the general commands from the client (ie, north, fire, cast, 514 * This handles the general commands from the client (ie, north, fire, cast,
514 * etc.) 515 * etc.)
1327 } 1328 }
1328 } /* else this is a viewable space */ 1329 } /* else this is a viewable space */
1329 } /* for x loop */ 1330 } /* for x loop */
1330 } /* for y loop */ 1331 } /* for y loop */
1331 1332
1333 socket.flush_fx ();
1334
1332 /* Verify that we in fact do need to send this */ 1335 /* Verify that we in fact do need to send this */
1333 if (socket.ext_mapinfos) 1336 if (socket.ext_mapinfos)
1334 { 1337 {
1335 if (!(sl.length () > startlen || socket.sent_scroll)) 1338 if (!(sl.length () > startlen || socket.sent_scroll))
1336 { 1339 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines