Difference for common/image.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_image_c =   * static char *rcsid_image_c =
  *   "$Id: image.c,v 1.3 2000/05/27 05:42:14 cvs Exp $";   *   "$Id: image.c,v 1.4 2001/03/30 07:27:48 mwedel Exp $";
  */   */
   
 /*  /*
Line 54
 
Line 54
 /* Following can just as easily be pointers, but   /* Following can just as easily be pointers, but
  * it is easier to keep them like this.   * it is easier to keep them like this.
  */   */
 New_Face *blank_face, *dark_faces[3], *potion_face;  New_Face *blank_face, *dark_faces[3], *potion_face, *empty_face;
   
   
 /* nroffiles is the actual number of bitmaps defined.  /* nroffiles is the actual number of bitmaps defined.
Line 270
 
Line 270
     blank_face->bg = find_color ("khaki");      blank_face->bg = find_color ("khaki");
     blank_face->magicmap = find_color ("khaki") | FACE_FLOOR;      blank_face->magicmap = find_color ("khaki") | FACE_FLOOR;
   
       empty_face = &new_faces[FindFace(EMPTY_FACE_NAME, 0)];
   
     dark_faces[0] = &new_faces[FindFace (DARK_FACE1_NAME,0)];      dark_faces[0] = &new_faces[FindFace (DARK_FACE1_NAME,0)];
     dark_faces[1] = &new_faces[FindFace (DARK_FACE2_NAME,0)];      dark_faces[1] = &new_faces[FindFace (DARK_FACE2_NAME,0)];
     dark_faces[2] = &new_faces[FindFace (DARK_FACE3_NAME,0)];      dark_faces[2] = &new_faces[FindFace (DARK_FACE3_NAME,0)];


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:06