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>2009-08-12 14:38:35 +0400
committerTon Roosendaal <ton@blender.org>2009-08-12 14:38:35 +0400
commit65a54eedd46a806611a1061b52d9c9c88df46a07 (patch)
tree321cb6b2bcb952b1f5ac670551032365e2d326da /source/blender/makesdna/DNA_object_force.h
parentb221c0e2e6f390f3ed810b7f520b0ad60511ba36 (diff)
2.5
Bad commenting in header file.
Diffstat (limited to 'source/blender/makesdna/DNA_object_force.h')
-rw-r--r--source/blender/makesdna/DNA_object_force.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_object_force.h b/source/blender/makesdna/DNA_object_force.h
index d7ef3d73ecf..625864c4888 100644
--- a/source/blender/makesdna/DNA_object_force.h
+++ b/source/blender/makesdna/DNA_object_force.h
@@ -75,10 +75,10 @@ typedef struct PartDeflect {
} 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