aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 15747913..ca8d6340 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -539,7 +539,7 @@ struct ALCdevice_struct
enum DevFmtChannels FmtChans;
enum DevFmtType FmtType;
- ALCchar *szDeviceName;
+ ALCchar *DeviceName;
volatile ALCenum LastError;
@@ -631,7 +631,7 @@ struct ALCcontext_struct
{
volatile RefCount ref;
- ALlistener Listener;
+ ALlistener Listener;
UIntMap SourceMap;
UIntMap EffectSlotMap;
@@ -645,7 +645,7 @@ struct ALCcontext_struct
volatile ALfloat DopplerFactor;
volatile ALfloat DopplerVelocity;
- volatile ALfloat flSpeedOfSound;
+ volatile ALfloat SpeedOfSound;
volatile ALenum DeferUpdates;
struct ALsource **ActiveSources;