Skip to content

Commit

Permalink
Whoops, it's mikmod that provides MOD support, not timidity
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 24, 2013
1 parent 20163e5 commit bb294e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixer.c
Expand Up @@ -182,7 +182,7 @@ int Mix_Init(int flags)
result |= MIX_INIT_MOD;
}
#else
Mix_SetError("Mixer not built with MOD timidity support");
Mix_SetError("Mixer not built with MOD mikmod support");
#endif
}
if (flags & MIX_INIT_MP3) {
Expand Down

0 comments on commit bb294e2

Please sign in to comment.