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:
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 */