aboutsummaryrefslogtreecommitdiffstats
path: root/al/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/event.h')
-rw-r--r--al/event.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/al/event.h b/al/event.h
index 71374618..a9f08091 100644
--- a/al/event.h
+++ b/al/event.h
@@ -35,11 +35,8 @@ struct AsyncEvent {
ALuint count;
} bufcomp;
struct {
- ALenum type;
- ALuint id;
- ALuint param;
- ALchar msg[232];
- } user;
+ ALchar msg[244];
+ } disconnect;
EffectState *mEffectState;
} u{};