X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FArea.cpp;fp=src%2Fmap%2FArea.cpp;h=6299290a6a98057dfcbb3257675fcd07bdb37324;hb=dc275497c592669dda75645604a9b35d32f63e90;hp=91018e5b4a82cf410f328a43d93376c532b7a0d2;hpb=0b11a24a8b08c49d6e4301573602fb6d01e7a8c8;p=l2e.git diff --git a/src/map/Area.cpp b/src/map/Area.cpp index 91018e5..6299290 100644 --- a/src/map/Area.cpp +++ b/src/map/Area.cpp @@ -108,7 +108,7 @@ void Area::CreateTypeDescription() { td.SetSize(sizeof(Area)); td.AddField("battlebg", FieldDescription(((char *)&a.battlebg) - ((char *)&a), Interpreter::IMAGE_ID).SetReferenced()); - td.AddField("tiles", FieldDescription(((char *)&a.tiles) - ((char *)&a), Tile::TYPE_ID).SetReferenced().SetAggregate()); + td.AddField("tiles", FieldDescription(((char *)&a.tiles) - ((char *)&a), Tile::TYPE_ID).SetAggregate()); td.AddField("width", FieldDescription(((char *)&a.width) - ((char *)&a), Interpreter::NUMBER_ID)); }