common: Move audio_mixer_sound user_data to above the types union

This commit is contained in:
Rob Loach 2025-01-31 16:11:34 -05:00 committed by Rob Loach
parent 355b277c11
commit 7ba205ba34

View File

@ -76,6 +76,7 @@
struct audio_mixer_sound
{
enum audio_mixer_type type;
void* user_data;
union
{
@ -122,7 +123,6 @@ struct audio_mixer_sound
} mod;
#endif
} types;
void* user_data;
};
struct audio_mixer_voice