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:
authorCampbell Barton <ideasman42@gmail.com>2010-10-19 05:21:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-19 05:21:22 +0400
commit106867910ea09fa63b04480dc83b20d67bdb4e09 (patch)
tree9b8c0e2e736f76bb4a97bcc7cb080ebe924a4aee /source/blender/makesdna/DNA_armature_types.h
parentb743454ce1c361e6161da8ae5f840c2befe3a081 (diff)
use unsigned int for all layers.
Diffstat (limited to 'source/blender/makesdna/DNA_armature_types.h')
-rw-r--r--source/blender/makesdna/DNA_armature_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_armature_types.h b/source/blender/makesdna/DNA_armature_types.h
index f7533ff9bde..b244d8277a7 100644
--- a/source/blender/makesdna/DNA_armature_types.h
+++ b/source/blender/makesdna/DNA_armature_types.h
@@ -91,7 +91,7 @@ typedef struct bArmature {
int pad;
- int layer, layer_protected; /* for buttons to work, both variables in this order together */
+ unsigned int layer, layer_protected; /* for buttons to work, both variables in this order together */
// XXX depreceated... old animaton system (armature only viz) ---
short ghostep, ghostsize; /* number of frames to ghosts to show, and step between them */