--- deliantra/server/common/object.C 2007/06/04 13:04:00 1.159 +++ deliantra/server/common/object.C 2007/06/05 13:05:02 1.160 @@ -1183,7 +1183,7 @@ object *prev = this; - for (archetype *at = arch->more; at; at = at->more) + for (archetype *at = (archetype *)arch->more; at; at = (archetype *)at->more) { object *op = arch_to_object (at);