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:
Diffstat (limited to 'source/blender/makesdna/DNA_sound_types.h')
-rw-r--r--source/blender/makesdna/DNA_sound_types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_sound_types.h b/source/blender/makesdna/DNA_sound_types.h
index 1d24e655f45..39e1c730f10 100644
--- a/source/blender/makesdna/DNA_sound_types.h
+++ b/source/blender/makesdna/DNA_sound_types.h
@@ -64,9 +64,9 @@ typedef struct bSound {
short tags;
char _pad[4];
- /* unused currently
- int type;
- struct bSound *child_sound; */
+ /* Unused currently. */
+ // int type;
+ // struct bSound *child_sound;
/**
* The audaspace handle for cache.
@@ -80,7 +80,7 @@ typedef struct bSound {
/**
* The audaspace handle that should actually be played back.
- * Should be cache if cache != NULL; otherwise it's handle
+ * Should be cache if cache != NULL; otherwise its handle
*/
void *playback_handle;