Difference for common/image.c from version 1.15 to 1.16


version 1.15 version 1.16
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_image_c =   * static char *rcsid_image_c =
  *   "$Id: image.c,v 1.15 2005/10/24 18:11:35 akirschbaum Exp $";   *   "$Id: image.c,v 1.16 2005/10/24 18:27:37 akirschbaum 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, *empty_face,  New_Face *blank_face, *dark_faces[3], *empty_face, *smooth_face;
     *smooth_face;  
   
   
 /* nroffiles is the actual number of bitmaps defined.  /* nroffiles is the actual number of bitmaps defined.
Line 302
 
Line 301
     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)];
   
     potion_face  = &new_faces[FindFace(POTION_FACE_NAME,0)];  
   
     smooth_face = &new_faces[FindFace(SMOOTH_FACE_NAME,0)];      smooth_face = &new_faces[FindFace(SMOOTH_FACE_NAME,0)];
   
     return nrofpixmaps;      return nrofpixmaps;


Legend:
line(s) removed in v.1.15 
line(s) changed
 line(s) added in v.1.16

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