--- deliantra/server/include/object.h 2007/03/01 12:28:16 1.102 +++ deliantra/server/include/object.h 2007/03/11 02:12:44 1.103 @@ -123,7 +123,7 @@ arch_ptr ACC (RW, arch); /* Pointer to archetype */ arch_ptr ACC (RW, other_arch);/* Pointer used for various things - mostly used for what */ - facetile *ACC (RW, face); /* Face with colors */ + int 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 */