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>2006-11-27 21:58:33 +0300
committerTon Roosendaal <ton@blender.org>2006-11-27 21:58:33 +0300
commit84c391b4086f82843a89988398ce44c20618e1b9 (patch)
tree77fa4c8f9a5f221f7275cc661df9602fa8d00d34 /source/blender/blenloader/intern/readfile.h
parentcdced41fb9d666e02aae968d75176dd99be46771 (diff)
Slight change in how subversion and minversion is loaded.
It wasn't working endian compatible...
Diffstat (limited to 'source/blender/blenloader/intern/readfile.h')
-rw-r--r--source/blender/blenloader/intern/readfile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index 0a398bfce43..96a004ee6b6 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -68,8 +68,7 @@ typedef struct FileData {
struct SDNA *memsdna;
char *compflags;
- int fileversion, filesubversion;
- int fileminversion, fileminsubversion;
+ int fileversion;
struct OldNewMap *datamap;
struct OldNewMap *globmap;