aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-11-22 02:28:18 -0800
committerChris Robinson <[email protected]>2016-11-22 02:59:54 -0800
commit01babb69d25fd23bde0fdf5ed525bb82934ce6fd (patch)
tree4532d0fb9439add22c860ec59b1f1dbfef29d0b2 /OpenAL32/Include
parent616adea4cc0629c7ce20a2c7e713342cadc26435 (diff)
Clean up finding a source's voice
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index b288937a..d5eb3c50 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -78,7 +78,7 @@ struct ALsourceProps {
typedef struct ALvoice {
struct ALsourceProps Props;
- struct ALsource *volatile Source;
+ struct ALsource *Source;
/** Current target parameters used for mixing. */
ALint Step;