Copy scene did not copy the markers... causing in memory errors on quit.

No real baddie, but still very good to fix!
This commit is contained in:
Ton Roosendaal 2005-10-27 17:09:58 +00:00
parent 3dbe0f0074
commit bab1603861

@ -311,6 +311,7 @@ Scene *copy_scene(Scene *sce, int level)
scen->theDag= NULL;
scen->toolsettings= MEM_dupallocN(sce->toolsettings);
duplicatelist(&(scen->markers), &(sce->markers));
obase= sce->base.first;
base= scen->base.first;