diff options
Diffstat (limited to 'OpenAL32/alError.cpp')
-rw-r--r-- | OpenAL32/alError.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alError.cpp b/OpenAL32/alError.cpp index 324f4c1b..a7895fb9 100644 --- a/OpenAL32/alError.cpp +++ b/OpenAL32/alError.cpp @@ -34,7 +34,7 @@ #include "alError.h" #include "alexcpt.h" -ALboolean TrapALError = AL_FALSE; +bool TrapALError{false}; void alSetError(ALCcontext *context, ALenum errorCode, const char *msg, ...) { |