--- cf.schmorp.de/server/common/map.C 2007/05/28 21:21:40 1.106 +++ cf.schmorp.de/server/common/map.C 2007/06/04 13:04:00 1.107 @@ -280,7 +280,7 @@ for (tmp = ob->arch; tmp; tmp = tmp->more) { - flag = get_map_flags (m, &m1, x + tmp->clone.x, y + tmp->clone.y, &sx, &sy); + flag = get_map_flags (m, &m1, x + tmp->x, y + tmp->y, &sx, &sy); if (flag & P_OUT_OF_MAP) return P_OUT_OF_MAP; @@ -979,7 +979,7 @@ total_exp += op->stats.exp; if (archetype *at = type_to_archetype (GENERATE_TYPE (op))) - total_exp += at->clone.stats.exp * 8; + total_exp += at->stats.exp * 8; monster_cnt++; }