diff options
Diffstat (limited to 'al')
-rw-r--r-- | al/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ struct AsyncEvent { ALenum type; ALuint id; ALuint param; - ALchar msg[1008]; + ALchar msg[232]; } user; EffectState *mEffectState; } u{}; |