diff options
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 4e31579f..7c042b55 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -529,7 +529,7 @@ struct ALCdevice_struct ALCchar *szDeviceName; - ALCenum LastError; + volatile ALCenum LastError; // Maximum number of sources that can be created ALuint MaxNoOfSources; |