Skip to content

Commit

Permalink
MUS_FLAC was stuck in the middle of the Mix_MusicType enum, instead o…
Browse files Browse the repository at this point in the history
…f the end,

 which would break binary compatibility.

Fixes Bugzilla #565.
  • Loading branch information
icculus committed Mar 9, 2008
1 parent 76be422 commit 60eea8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDL_mixer.h
Expand Up @@ -103,9 +103,9 @@ typedef enum {
MUS_MOD,
MUS_MID,
MUS_OGG,
MUS_FLAC,
MUS_MP3,
MUS_MP3_MAD
MUS_MP3_MAD,
MUS_FLAC,
} Mix_MusicType;

/* The internal format for a music chunk interpreted via mikmod */
Expand Down

0 comments on commit 60eea8c

Please sign in to comment.