Bad commenting in header file.
This commit is contained in:
2009-08-12 10:38:35 +00:00
parent b221c0e2e6
commit 65a54eedd4

View File

@@ -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