Revision: 21124
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21124
Author:   aligorith
Date:     2009-06-24 12:48:37 +0200 (Wed, 24 Jun 2009)

Log Message:
-----------
2.5 - Quick compiling fix for particles-animation commit earlier. For some 
reason, compilation was broke on some compilers.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/blenloader/intern/writefile.c

Modified: 
branches/blender2.5/blender/source/blender/blenloader/intern/writefile.c
===================================================================
--- branches/blender2.5/blender/source/blender/blenloader/intern/writefile.c    
2009-06-24 10:32:13 UTC (rev 21123)
+++ branches/blender2.5/blender/source/blender/blenloader/intern/writefile.c    
2009-06-24 10:48:37 UTC (rev 21124)
@@ -382,7 +382,7 @@
 /*These functions are used by blender's .blend system for file 
saving/loading.*/
 void IDP_WriteProperty_OnlyData(IDProperty *prop, void *wd);
 void IDP_WriteProperty(IDProperty *prop, void *wd);
-void write_animdata(WriteData *wd, AnimData *adt); // XXX code needs 
reshuffling, but not before NLA SoC is merged back into 2.5
+static void write_animdata(WriteData *wd, AnimData *adt); // XXX code needs 
reshuffling, but not before NLA SoC is merged back into 2.5
 
 static void IDP_WriteArray(IDProperty *prop, void *wd)
 {


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to