[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22398] branches/blender2.5/blender/source /blender/makesdna/DNA_object_force.h: 2.5

Ton Roosendaal ton at blender.org
Wed Aug 12 12:38:35 CEST 2009


Revision: 22398
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22398
Author:   ton
Date:     2009-08-12 12:38:35 +0200 (Wed, 12 Aug 2009)

Log Message:
-----------
2.5

Bad commenting in header file.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/makesdna/DNA_object_force.h

Modified: branches/blender2.5/blender/source/blender/makesdna/DNA_object_force.h
===================================================================
--- branches/blender2.5/blender/source/blender/makesdna/DNA_object_force.h	2009-08-12 10:17:34 UTC (rev 22397)
+++ branches/blender2.5/blender/source/blender/makesdna/DNA_object_force.h	2009-08-12 10:38:35 UTC (rev 22398)
@@ -75,10 +75,10 @@
 } PartDeflect;
 
 /* Point cache file data types:
-/* - used as (1<<flag) so poke jahka if you reach the limit of 15
-/* - to add new data types update:
-/*		* BKE_ptcache_data_size()
-/*		* ptcache_file_init_pointers()
+ * - used as (1<<flag) so poke jahka if you reach the limit of 15
+ * - to add new data types update:
+ *		* BKE_ptcache_data_size()
+ *		* ptcache_file_init_pointers()
 */
 #define BPHYS_DATA_INDEX		0
 #define BPHYS_DATA_LOCATION		1





More information about the Bf-blender-cvs mailing list