From 378765650d8378e196321f6671619a4aa15f3ca9 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 9 Mar 2012 19:01:30 +0000 Subject: Fix makesdna error due to poor comment parsing, should be fixed in makesdna ideally but for now just tweak code in case it causes issues. ERROR: still 1 structs unknown *** Unknown structs: bSound --- source/blender/makesdna/DNA_sound_types.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'source') diff --git a/source/blender/makesdna/DNA_sound_types.h b/source/blender/makesdna/DNA_sound_types.h index 67683979e2e..6f67f1fd3c9 100644 --- a/source/blender/makesdna/DNA_sound_types.h +++ b/source/blender/makesdna/DNA_sound_types.h @@ -75,8 +75,9 @@ typedef struct bSound { int flags; int pad; -// currently int type; -// struct bSound *child_sound;*/ + /* unused currently + int type; + struct bSound *child_sound; */ /** * The audaspace handle for cache. @@ -94,8 +95,8 @@ typedef struct bSound { */ void *playback_handle; -// XXX unused currently // SOUND_TYPE_LIMITER -// float start, end;*/ + /* XXX unused currently (SOUND_TYPE_LIMITER) */ + /* float start, end; */ } bSound; /* XXX unused currently */ -- cgit v1.2.3