--- deliantra/server/common/loader.C 2007/03/14 04:12:27 1.65 +++ deliantra/server/common/loader.C 2007/03/18 03:05:39 1.67 @@ -411,7 +411,7 @@ set_move (MoveType &mt, const char *str) { static const struct flagstr { - char *name; + const char *name; MoveType flags; } move_flags[] = { { "walk" , MOVE_WALK }, @@ -1245,7 +1245,8 @@ f.put (KW_lore, KW_endlore, op->lore); CMP_OUT (other_arch); - CMP_OUT (face); + + if (op->face != tmp->face) f.put (KW_face, op->face ? &faces [op->face] : 0); if (op->animation_id != tmp->animation_id) if (op->animation_id)