--- deliantra/server/include/object.h 2007/01/18 16:19:34 1.88 +++ deliantra/server/include/object.h 2007/01/19 17:50:11 1.89 @@ -122,7 +122,7 @@ arch_ptr ACC (RW, arch); /* Pointer to archetype */ arch_ptr ACC (RW, other_arch);/* Pointer used for various things - mostly used for what */ - New_Face *ACC (RW, face); /* Face with colors */ + facetile *ACC (RW, face); /* Face with colors */ float ACC (RW, speed); /* The overall speed of this object */ float ACC (RW, speed_left); /* How much speed is left to spend this round */ uint32 ACC (RW, nrof); /* How many of the objects */