--- deliantra/server/common/anim.C 2007/05/28 21:21:39 1.25 +++ deliantra/server/common/anim.C 2007/06/04 13:03:59 1.26 @@ -167,7 +167,7 @@ * as such, disable it for players, as then players would become * visible. */ - else if (op->type != PLAYER && op->arch->clone.flag [FLAG_ALIVE]) + else if (op->type != PLAYER && op->arch->flag [FLAG_ALIVE]) { if (op->face == 0) {