aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--al/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/event.h b/al/event.h
index e98be560..ae1b421b 100644
--- a/al/event.h
+++ b/al/event.h
@@ -39,7 +39,7 @@ struct AsyncEvent {
ALenum type;
ALuint id;
ALuint param;
- ALchar msg[1008];
+ ALchar msg[232];
} user;
EffectState *mEffectState;
} u{};