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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-03-13 05:35:32 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-03-13 05:35:32 +0300
commitee356777293c45a7598b2758d8210ebda1f52e51 (patch)
tree77f5baae9e06b71c9b94998bb8d69ba2e8413238 /source/blender/makesdna
parentd8d844091ad91dfa8442fd52aa96912e2a7fe0b5 (diff)
Respect "divisible by 8" padding.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 8f155019e57..7ed30b3e876 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -210,7 +210,7 @@ typedef struct ThemeSpace {
char console_cursor[4];
char vertex_size, facedot_size;
- char bpad[2];
+ char bpad[6];
char syntaxl[4], syntaxn[4], syntaxb[4]; // syntax for textwindow and nodes
char syntaxv[4], syntaxc[4];