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
path: root/source
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-03-09 23:01:30 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-03-09 23:01:30 +0400
commit378765650d8378e196321f6671619a4aa15f3ca9 (patch)
treea463c2f069c98f9c67790e361a0099ea052894d8 /source
parent89a963fb7fdff543b77de790355b9dac3019bd33 (diff)
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
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesdna/DNA_sound_types.h9
1 files changed, 5 insertions, 4 deletions
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 */