version 1.15 | | version 1.16 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* 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. |
| | |
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; |