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/intern
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2009-08-07 13:38:24 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-08-07 13:38:24 +0400
commit212851e176a4fb3e393f2e5f2dffa3d7828fe024 (patch)
tree4862249ffffa6f9ef2e50880cd92ed72826978a0 /intern
parentb84ee4f7ff6f25bef8d6e7ad8343c5e9c71eec21 (diff)
Sound Branch:
* Added some documentation. * Fixed the loading of sounds from libraries.
Diffstat (limited to 'intern')
-rw-r--r--intern/audaspace/intern/AUD_IDevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/audaspace/intern/AUD_IDevice.h b/intern/audaspace/intern/AUD_IDevice.h
index 72bd9dcbf66..af2cae206f3 100644
--- a/intern/audaspace/intern/AUD_IDevice.h
+++ b/intern/audaspace/intern/AUD_IDevice.h
@@ -86,7 +86,8 @@ public:
virtual bool resume(AUD_Handle* handle)=0;
/**
- * Stops a played back or paused sound.
+ * Stops a played back or paused sound. The handle is definitely invalid
+ * afterwards.
* \param handle The handle returned by the play function.
* \return
* - true if the sound has been stopped.