nla strips were not updating the reference counts of actions they

were using.
This commit is contained in:
Chris Want
2003-11-06 17:17:52 +00:00
parent 94c6fae700
commit ec836b3390

View File

@@ -1178,7 +1178,7 @@ static void lib_link_nlastrips(FileData *fd, ID *id, ListBase *striplist)
bActionStrip *strip;
for (strip=striplist->first; strip; strip=strip->next){
strip->act = newlibadr(fd, id->lib, strip->act);
strip->act = newlibadr_us(fd, id->lib, strip->act);
strip->ipo = newlibadr(fd, id->lib, strip->ipo);
};
}