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/blenloader/BLO_readfile.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/blenloader/BLO_readfile.h')
-rw-r--r--source/blender/blenloader/BLO_readfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h
index c664f7f5354..48f9886c61c 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -82,6 +82,7 @@ typedef struct BlendFileData {
int winpos;
int fileflags;
int displaymode;
+ int globalf;
struct bScreen* curscreen;
struct Scene* curscene;