[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12360] branches/particles/source/blender/ makesdna/DNA_modifier_types.h: more DNA mistakes, this compiles on 64bit but not 32.

Campbell Barton cbarton at metavr.com
Tue Oct 23 20:20:57 CEST 2007


Revision: 12360
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12360
Author:   campbellbarton
Date:     2007-10-23 20:20:57 +0200 (Tue, 23 Oct 2007)

Log Message:
-----------
more DNA mistakes, this compiles on 64bit but not 32. now works on both

Modified Paths:
--------------
    branches/particles/source/blender/makesdna/DNA_modifier_types.h

Modified: branches/particles/source/blender/makesdna/DNA_modifier_types.h
===================================================================
--- branches/particles/source/blender/makesdna/DNA_modifier_types.h	2007-10-23 15:25:59 UTC (rev 12359)
+++ branches/particles/source/blender/makesdna/DNA_modifier_types.h	2007-10-23 18:20:57 UTC (rev 12360)
@@ -400,7 +400,7 @@
 
 typedef struct PointCacheModifierData {
 	ModifierData modifier;
-	int mode;
+	short mode, pad1, pad2, pad3;
 } PointCacheModifierData;
 
 typedef enum {





More information about the Bf-blender-cvs mailing list