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.41 by root, Fri Dec 15 19:59:20 2006 UTC vs.
Revision 1.42 by root, Sat Dec 16 03:08:26 2006 UTC

91socket_map_scroll (client * ns, int dx, int dy) 91socket_map_scroll (client * ns, int dx, int dy)
92{ 92{
93 struct Map newmap; 93 struct Map newmap;
94 int x, y, mx, my; 94 int x, y, mx, my;
95 95
96 {
97 packet sl;
98
99 sl.printf ("map_scroll %d %d", dx, dy); 96 ns->send_packet_printf ("map_scroll %d %d", dx, dy);
100 ns->send_packet (sl);
101 }
102 97
103 /* If we are using the Map1aCmd, we may in fact send 98 /* If we are using the Map1aCmd, we may in fact send
104 * head information that is outside the viewable map. 99 * head information that is outside the viewable map.
105 * So set the mx,my to the max value we want to 100 * So set the mx,my to the max value we want to
106 * look for. Removed code to do so - it caused extra 101 * look for. Removed code to do so - it caused extra

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines