diff options
Diffstat (limited to 'OpenAL32/Include/alMidi.h')
-rw-r--r-- | OpenAL32/Include/alMidi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMidi.h b/OpenAL32/Include/alMidi.h index 24e6675f..d18c165e 100644 --- a/OpenAL32/Include/alMidi.h +++ b/OpenAL32/Include/alMidi.h @@ -32,7 +32,7 @@ typedef struct ALenvelope { typedef struct ALfontsound { - volatile RefCount ref; + RefCount ref; ALint MinKey, MaxKey; ALint MinVelocity, MaxVelocity; @@ -110,7 +110,7 @@ void ReleaseALFontsounds(ALCdevice *device); typedef struct ALsfpreset { - volatile RefCount ref; + RefCount ref; ALint Preset; /* a.k.a. MIDI program number */ ALint Bank; /* MIDI bank 0...127, or percussion (bank 128) */ @@ -133,7 +133,7 @@ void ReleaseALPresets(ALCdevice *device); typedef struct ALsoundfont { - volatile RefCount ref; + RefCount ref; ALsfpreset **Presets; ALsizei NumPresets; |