--- deliantra/server/common/utils.C 2006/12/25 11:25:49 1.29 +++ deliantra/server/common/utils.C 2006/12/25 14:43:23 1.30 @@ -208,8 +208,8 @@ if (m->unique) return; - for (x = 0; x < MAP_WIDTH (m); x++) - for (y = 0; y < MAP_HEIGHT (m); y++) + for (x = 0; x < m->width; x++) + for (y = 0; y < m->height; y++) for (op = GET_MAP_OB (m, x, y); op; op = otmp) { destroy = 0;