From bb294e2585bbe84b0d681c6a9f28998819bb2989 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 24 Aug 2013 12:05:50 -0700 Subject: [PATCH] Whoops, it's mikmod that provides MOD support, not timidity --- mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixer.c b/mixer.c index 94b1becc..59a7738a 100644 --- a/mixer.c +++ b/mixer.c @@ -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) {