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:
authorTon Roosendaal <ton@blender.org>2003-07-21 23:41:07 +0400
committerTon Roosendaal <ton@blender.org>2003-07-21 23:41:07 +0400
commitaa9f2a57339a0382404474a2985a69120c96f80d (patch)
tree54a9979fb61d57479c609b862cb47f74380fa926 /source/blender/makesdna/DNA_fileglobal_types.h
parent85d043ffef12626be235ba5442bbe8cccec2f8eb (diff)
- saves the 'draw faces' flag in a file, in fact the entire G.f flag.
WARN: this recompiles other stuff too, outside of the loader. be sure to 'make' in source/blender/ or a higher dir.
Diffstat (limited to 'source/blender/makesdna/DNA_fileglobal_types.h')
-rw-r--r--source/blender/makesdna/DNA_fileglobal_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_fileglobal_types.h b/source/blender/makesdna/DNA_fileglobal_types.h
index 1d1d5b2b7f7..40bf5e2a68f 100644
--- a/source/blender/makesdna/DNA_fileglobal_types.h
+++ b/source/blender/makesdna/DNA_fileglobal_types.h
@@ -42,6 +42,8 @@ typedef struct FileGlobal {
void *curscreen;
short displaymode, winpos;
int fileflags;
+ int globalf;
+ int pad;
} FileGlobal;
#endif