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>2010-03-12 16:19:32 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-12 16:19:32 +0300
commit00d1e56f3d7c16838c462ae837a9b74e98ff1abe (patch)
treefa54cc7adfa95f37e06087686db6a150397b35a6 /source/blender/editors/space_outliner/outliner_intern.h
parent4dbf499be3d076cceb5332cacf9407851e41654b (diff)
Fix for warning introduced in passes commit, also removed some more
radiosity code.
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_intern.h')
-rw-r--r--source/blender/editors/space_outliner/outliner_intern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h
index c3a0165f945..b29d693a09b 100644
--- a/source/blender/editors/space_outliner/outliner_intern.h
+++ b/source/blender/editors/space_outliner/outliner_intern.h
@@ -45,7 +45,8 @@ typedef struct TreeElement {
ListBase subtree;
float xs, ys; // do selection
int store_index; // offset in tree store
- short flag, index; // flag for non-saved stuff, index for data arrays
+ short flag; // flag for non-saved stuff
+ int index; // index for data arrays
short idcode; // from TreeStore id
short xend; // width of item display, for select
char *name;