version 1.14 | | version 1.15 |
---|
| | |
/* | | /* |
* static char *rcsid_image_c = | | * static char *rcsid_image_c = |
* "$Id: image.c,v 1.14 2005/10/01 16:36:35 ryo_saeba Exp $"; | | * "$Id: image.c,v 1.15 2005/10/24 18:11:35 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
static struct bmappair *xbm=NULL; | | static struct bmappair *xbm=NULL; |
| | |
/* only used in loader.c, to go from the numeric image id (which is | | |
* used throughout the program) backto the standard name. | | |
*/ | | |
| | |
MapLook blank_look; | | |
| | |
/* 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. |
*/ | | */ |
| | |
* be done - it could easily create confusion. | | * be done - it could easily create confusion. |
*/ | | */ |
blank_face = &new_faces[FindFace(BLANK_FACE_NAME, 0)]; | | blank_face = &new_faces[FindFace(BLANK_FACE_NAME, 0)]; |
blank_look.face = blank_face; | | |
blank_look.flags = 0; | | |
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)]; | | empty_face = &new_faces[FindFace(EMPTY_FACE_NAME, 0)]; |