}
// Doodads
for(int c=0; c<obj.mddf.getLenght(); c++) {
// witch is our MCNK tile?
MDDF_Entry dd = obj.mddf.entrys[c];
MCNK field = getLocationObj(
MODF_Entry.translate(dd.getX()),
MODF_Entry.translate(dd.getY())
);
if(field==null) {
System.err.println("DD " + c + " is located too far from this map. Skipped.");
}