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:
authorKen Hughes <khughes@pacific.edu>2005-11-20 23:19:48 +0300
committerKen Hughes <khughes@pacific.edu>2005-11-20 23:19:48 +0300
commite7d69ae297cc4f6328e2695e6a826fd379e56386 (patch)
tree083db7ee4642b7da4252b635d04714f1bf139b5b /source/blender/makesdna/DNA_image_types.h
parentef0f60b8f88a94f630eedede58adc6881b244cb2 (diff)
-- change lastused in struct Image from long to int (caused problems with
SDNA on 64-bit platforms)
Diffstat (limited to 'source/blender/makesdna/DNA_image_types.h')
-rw-r--r--source/blender/makesdna/DNA_image_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_image_types.h b/source/blender/makesdna/DNA_image_types.h
index 7d35cf8c5f7..7b26a3c2b57 100644
--- a/source/blender/makesdna/DNA_image_types.h
+++ b/source/blender/makesdna/DNA_image_types.h
@@ -62,7 +62,7 @@ typedef struct Image {
struct PackedFile * packedfile;
float lastupdate;
- long lastused;
+ int lastused;
short animspeed;
short reserved1;
int reserved2;