* make sure we don't crash on window duplicate, or .B.blend read. There is still a bug with duplicate, but I'm working on it.

This commit is contained in:
Nathan Letwory
2008-01-17 08:21:21 +00:00
parent 0e476af66e
commit bd60122a2a

View File

@@ -3948,6 +3948,8 @@ static void direct_link_screen(FileData *fd, bScreen *sc)
ar->swinid= 0;
ar->type= NULL;
}
sa->actionzones.first= sa->actionzones.last= NULL;
sa->v1= newdataadr(fd, sa->v1);
sa->v2= newdataadr(fd, sa->v2);