--- deliantra/server/common/image.C 2007/01/19 17:50:10 1.13 +++ deliantra/server/common/image.C 2007/02/02 22:49:11 1.14 @@ -46,16 +46,10 @@ unsigned int number; }; -void free (bmappair *); // guard to catch free when delete should be used - static struct bmappair *xbm = NULL; -/* Following can just as easily be pointers, but - * it is easier to keep them like this. - */ facetile *blank_face, *dark_faces[3], *empty_face, *smooth_face; - /* nroffiles is the actual number of bitmaps defined. * nrofpixmaps is the number of bitmaps loaded. With * the automatic generation of the bmaps file, this is now equal @@ -72,14 +66,12 @@ /** * id is the face to smooth, smooth is the 16x2 face used to smooth id. */ -struct smoothing:zero_initialised +struct smoothing : zero_initialised { uint16 id; uint16 smooth; }; -void free (smoothing *); // guard to catch free when delete should be used - /** * Contains all defined smoothing entries. smooth is an array of nrofsmooth * entries. It is sorted by smooth[].id.