Initialise 'old_version' to false.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 5 Jan 2008 23:42:53 +0000 (23:42 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 5 Jan 2008 23:42:53 +0000 (23:42 +0000)
git-svn-id: http://svn.voria.com/code@1272 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/lyr_std/timeloop.cpp

index 63cffcf..d7a6c57 100644 (file)
@@ -65,6 +65,7 @@ SYNFIG_LAYER_SET_CVS_ID(Layer_TimeLoop,"$Id$");
 
 Layer_TimeLoop::Layer_TimeLoop()
 {
+       old_version=false;
        link_time=0;
        local_time=0;
        duration=1;