--- deliantra/server/common/image.C 2007/02/15 18:09:33 1.17 +++ deliantra/server/common/image.C 2007/03/04 19:36:12 1.18 @@ -50,7 +50,7 @@ static struct bmappair *xbm = NULL; -facetile *blank_face, *dark_faces[3], *empty_face, *smooth_face; +facetile *blank_face, *dark_faces[3], *empty_face; /* nroffiles is the actual number of bitmaps defined. * nrofpixmaps is the number of bitmaps loaded. With @@ -325,8 +325,6 @@ dark_faces[1] = &new_faces[FindFace (DARK_FACE2_NAME, 0)]; dark_faces[2] = &new_faces[FindFace (DARK_FACE3_NAME, 0)]; - smooth_face = &new_faces[FindFace (SMOOTH_FACE_NAME, 0)]; - bmaps_checksum = crc; }