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:
authorJean-Luc Peurière <jlp@nerim.net>2008-03-14 12:59:44 +0300
committerJean-Luc Peurière <jlp@nerim.net>2008-03-14 12:59:44 +0300
commit8787ad14a256ab065c7c5fc24b56fd8c511847ba (patch)
treea9e48bd0921260a194093c64ea8a19a50cc80ed3 /source/blender/makesdna
parenta68a7f42b02ad0260220d94f36ab61c772db071a (diff)
parentea460298bbb1322b990bf737fcd0f77fd535c097 (diff)
update to trunk r14104
blenderbuttons is good and it compiles
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 07072104fbc..70a22618a15 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -201,7 +201,7 @@ typedef struct UserDef {
short smooth_viewtx; /* miliseconds to spend spinning the view */
short glreslimit;
short ndof_pan, ndof_rotate;
-// short pads[4];
+ short pads[2];
// char pad[8];
char versemaster[160];
char verseuser[160];