mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 21:50:48 +00:00
Merge branch 'remove-unused-music-types' into 'next'
Remove unused music type enums See merge request STJr/SRB2!1253
This commit is contained in:
commit
eb28532244
2 changed files with 0 additions and 4 deletions
|
@ -10135,7 +10135,6 @@ struct {
|
|||
|
||||
// music types
|
||||
{"MU_NONE", MU_NONE},
|
||||
{"MU_CMD", MU_CMD},
|
||||
{"MU_WAV", MU_WAV},
|
||||
{"MU_MOD", MU_MOD},
|
||||
{"MU_MID", MU_MID},
|
||||
|
|
|
@ -21,15 +21,12 @@
|
|||
// copied from SDL mixer, plus GME
|
||||
typedef enum {
|
||||
MU_NONE,
|
||||
MU_CMD,
|
||||
MU_WAV,
|
||||
MU_MOD,
|
||||
MU_MID,
|
||||
MU_OGG,
|
||||
MU_MP3,
|
||||
MU_MP3_MAD_UNUSED, // use MU_MP3 instead
|
||||
MU_FLAC,
|
||||
MU_MODPLUG_UNUSED, // use MU_MOD instead
|
||||
MU_GME,
|
||||
MU_MOD_EX, // libopenmpt
|
||||
MU_MID_EX // Non-native MIDI
|
||||
|
|
Loading…
Reference in a new issue