ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/info.C
(Generate patch)

Comparing deliantra/server/socket/info.C (file contents):
Revision 1.18 by root, Thu Dec 14 05:09:32 2006 UTC vs.
Revision 1.19 by root, Thu Dec 14 20:39:54 2006 UTC

629 629
630 for (int y = ymin; y <= ymax; y++) 630 for (int y = ymin; y <= ymax; y++)
631 for (int x = xmin; x <= xmax; x++) 631 for (int x = xmin; x <= xmax; x++)
632 sl << uint8 (map_mark[x + MAGIC_MAP_SIZE * y] & ~FACE_FLOOR); 632 sl << uint8 (map_mark[x + MAGIC_MAP_SIZE * y] & ~FACE_FLOOR);
633 633
634 Send_With_Handling (pl->contr->socket, &sl); 634 pl->contr->socket->send_packet (sl);
635 635
636 free (map_mark); 636 free (map_mark);
637} 637}
638 638
639 639

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines