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.114 by root, Tue Jul 10 06:05:55 2007 UTC vs.
Revision 1.116 by root, Tue Jul 24 04:55:35 2007 UTC

190 socket.current_y = ob->y; 190 socket.current_y = ob->y;
191 191
192 region *reg = ob->region (); 192 region *reg = ob->region ();
193 if (socket.current_region != reg) 193 if (socket.current_region != reg)
194 { 194 {
195 INVOKE_PLAYER (REGION_CHANGE, pl, ARG_REGION (reg), ARG_REGION (socket.current_region));
195 socket.current_region = reg; 196 socket.current_region = reg;
196 socket.send_packet_printf ("drawinfo 0 You are now %s.\n(use whereami for more details)", &reg->longname);
197 } 197 }
198} 198}
199 199
200/** 200/**
201 * RequestInfo is sort of a meta command. There is some specific 201 * RequestInfo is sort of a meta command. There is some specific
931 931
932 if (!ns.faces_sent[face_num]) 932 if (!ns.faces_sent[face_num])
933 if (ob) 933 if (ob)
934 ns.send_faces (ob); 934 ns.send_faces (ob);
935 else 935 else
936 ns.send_face (face_num); 936 ns.send_face (face_num, 10);
937 937
938 sl << uint16 (face_num); 938 sl << uint16 (face_num);
939 return 1; 939 return 1;
940 } 940 }
941 941

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines