Difference for socket/info.c from version 1.13 to 1.14


version 1.13 version 1.14
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_sock_info_c =   * static char *rcsid_sock_info_c =
  *   "$Id: info.c,v 1.13 2003/01/17 06:23:55 mwedel Exp $";   *   "$Id: info.c,v 1.14 2003/04/02 08:13:30 mwedel Exp $";
  */   */
   
 /*  /*
Line 258
 
Line 258
  }   }
 }  }
   
 void draw(object *pl) {  
   
     if(pl->map == NULL || pl->map->in_memory != MAP_IN_MEMORY)  
  return;  
   
     if(pl->contr->do_los) {  
  update_los(pl);  
  pl->contr->do_los = 0;  
     }  
   
     draw_client_map(pl);  
 }  
   
   
 /* This does nothing now.  However, in theory, we should probably send  /* This does nothing now.  However, in theory, we should probably send
  * something to the client and let the client figure out how it might want   * something to the client and let the client figure out how it might want


Legend:
line(s) removed in v.1.13 
line(s) changed
 line(s) added in v.1.14

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:34