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-11-10 03:51:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-10 03:51:34 +0300
commit5f69c0ec09d1f9f19e46c880f9d59016b11c547b (patch)
treebff409e46c2260d7a7de8e8a2492b106efb17984 /source/blender/makesdna/DNA_lattice_types.h
parent4c122988320d866b16a06ea4404d278bc8d13715 (diff)
string lookup for scene.object_bases, also removed some unused DNA vars.
Diffstat (limited to 'source/blender/makesdna/DNA_lattice_types.h')
-rw-r--r--source/blender/makesdna/DNA_lattice_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_lattice_types.h b/source/blender/makesdna/DNA_lattice_types.h
index 94fc9fefb66..3d05acfbe0d 100644
--- a/source/blender/makesdna/DNA_lattice_types.h
+++ b/source/blender/makesdna/DNA_lattice_types.h
@@ -49,7 +49,7 @@ typedef struct Lattice {
short pntsu, pntsv, pntsw, flag;
short opntsu, opntsv, opntsw, pad2;
- char typeu, typev, typew, type;
+ char typeu, typev, typew, pad3;
int pad;
float fu, fv, fw, du, dv, dw;