Difference for socket/request.c from version 1.61 to 1.62


version 1.61 version 1.62
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: request.c,v 1.61 2004/02/10 07:14:25 mwedel Exp $";   *    "$Id: request.c,v 1.62 2004/02/11 08:09:29 mwedel Exp $";
  */   */
   
 /*  /*
Line 1361
 
Line 1361
  */   */
 void draw_client_map1(object *pl)  void draw_client_map1(object *pl)
 {  {
     int x,y,ax, ay, d, nx,ny, startlen, max_x, max_y, oldlen;      int x,y,ax, ay, d, startlen, max_x, max_y, oldlen;
       sint16 nx, ny;
     int estartlen, eoldlen;      int estartlen, eoldlen;
     SockList sl;      SockList sl;
     SockList esl; /*For extended Map info*/      SockList esl; /*For extended Map info*/
Line 1656
 
Line 1657
  */   */
 void draw_client_map(object *pl)  void draw_client_map(object *pl)
 {  {
     int i,j,nx,ny; /* ax and ay goes from 0 to max-size of arrays */      int i,j;
     sint16  ax, ay;      sint16  ax, ay, nx, ny;/* ax and ay goes from 0 to max-size of arrays */
     New_Face *face,*floor;      New_Face *face,*floor;
     New_Face *floor2;      New_Face *floor2;
     int d, mflags;      int d, mflags;


Legend:
line(s) removed in v.1.61 
line(s) changed
 line(s) added in v.1.62

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