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.109 by root, Sun Jun 24 16:17:42 2007 UTC vs.
Revision 1.110 by root, Sun Jul 1 03:16:56 2007 UTC

477 * before flushing. 477 * before flushing.
478 */ 478 */
479void 479void
480AskFaceCmd (char *buf, int len, client *ns) 480AskFaceCmd (char *buf, int len, client *ns)
481{ 481{
482 ns->askface.push_back (atoi (buf)); 482 ns->ixface.push_back (atoi (buf));
483} 483}
484 484
485/** 485/**
486 * Tells client the picture it has to use 486 * Tells client the picture it has to use
487 * to smooth a picture number given as argument. 487 * to smooth a picture number given as argument.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines