aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-12-19 00:37:56 -0800
committerChris Robinson <[email protected]>2013-12-19 00:37:56 -0800
commit666acb314b55ca1cd73579bcb5dcbf1d5c289446 (patch)
tree77b2699497317d1655f2397dcb038501a8a52057 /OpenAL32/Include
parent4288d3cd0164ce800edbec9436ae1d279f7665ef (diff)
Rename some ALsoundfont fields
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMidi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMidi.h b/OpenAL32/Include/alMidi.h
index db6bc730..c2ddd728 100644
--- a/OpenAL32/Include/alMidi.h
+++ b/OpenAL32/Include/alMidi.h
@@ -106,8 +106,8 @@ typedef struct ALsoundfont {
ALsfpreset **Presets;
ALsizei NumPresets;
- ALshort *SampleData;
- ALint SampleDataLen;
+ ALshort *Samples;
+ ALint NumSamples;
ALuint id;
} ALsoundfont;