From 304ab8d8901efc9ecb38fb1d61b2902753896dfc Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 15 Dec 2020 21:32:01 -0800 Subject: Avoid a generic event struct --- al/event.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'al/event.h') 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{}; -- cgit v1.2.3