Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-04-16 17:01:50 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-04-16 17:01:50 +0400
commit23af7214d3721862eae9f4601791ee0602740f50 (patch)
tree8448278beb69102800d07579c30cc6a517f8f360 /source/blender/makesdna/DNA_anim_types.h
parentbc347d380d0fa44f54d78c419bebbbdf2d5e208e (diff)
2.5:
* Also look in ./release for scripts instead of next to executable. * Some warning fixes.
Diffstat (limited to 'source/blender/makesdna/DNA_anim_types.h')
-rw-r--r--source/blender/makesdna/DNA_anim_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_anim_types.h b/source/blender/makesdna/DNA_anim_types.h
index e63c30faed0..d015d703309 100644
--- a/source/blender/makesdna/DNA_anim_types.h
+++ b/source/blender/makesdna/DNA_anim_types.h
@@ -74,7 +74,7 @@ typedef struct FMod_Generator {
float *coefficients; /* coefficients array */
unsigned int arraysize; /* size of the coefficients array */
- unsigned short poly_order; /* order of polynomial generated (i.e. 1 for linear, 2 for quadratic) */
+ short poly_order; /* order of polynomial generated (i.e. 1 for linear, 2 for quadratic) */
short func_type; /* builtin math function eFMod_Generator_Functions */
int pad;