Number the interpolation types in comments.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 6 Mar 2008 21:27:42 +0000 (21:27 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 6 Mar 2008 21:27:42 +0000 (21:27 +0000)
git-svn-id: http://svn.voria.com/code@1867 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/interpolation.h

index 4826f07..aeef7e8 100644 (file)
@@ -37,13 +37,13 @@ namespace synfig {
 
 enum Interpolation
 {
-       INTERPOLATION_TCB,
-       INTERPOLATION_CONSTANT,
-       INTERPOLATION_LINEAR,
-       INTERPOLATION_HALT,
-       INTERPOLATION_MANUAL,
-       INTERPOLATION_UNDEFINED,
-       INTERPOLATION_NIL
+       INTERPOLATION_TCB,                      // 0
+       INTERPOLATION_CONSTANT,         // 1
+       INTERPOLATION_LINEAR,           // 2
+       INTERPOLATION_HALT,                     // 3
+       INTERPOLATION_MANUAL,           // 4
+       INTERPOLATION_UNDEFINED,        // 5
+       INTERPOLATION_NIL                       // 6
 }; // END enum Interpolation
 
 }; // END of namespace synfig