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.79 by root, Thu Mar 15 16:25:45 2007 UTC vs.
Revision 1.80 by root, Fri Mar 16 02:51:08 2007 UTC

158 clear_map (pl); 158 clear_map (pl);
159 } 159 }
160 else if (socket.current_map != ob->map) 160 else if (socket.current_map != ob->map)
161 { 161 {
162 clear_map (pl); 162 clear_map (pl);
163 socket.current_map = ob->map;
163 164
164 if (socket.mapinfocmd) 165 if (socket.mapinfocmd)
165 { 166 {
166 if (ob->map && ob->map->path[0]) 167 if (ob->map && ob->map->path[0])
167 { 168 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines