| Summary: | fix for incorrect define for MOD_MUSIC | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Andrey <afletdinov> |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | All | ||
This change is in, thanks! http://hg.libsdl.org/SDL_mixer/rev/7a95f36a8bbf |
latest version from HG. see small patch: --- a/music.c Sat Jun 26 08:01:15 2010 -0700 +++ b/music.c Thu Oct 21 12:36:15 2010 +0900 @@ -1397,7 +1397,7 @@ #endif } else #endif -#if defined(MODPLUG_MUSIC) || defined(MODPLUG_MUSIC) +#if defined(MODPLUG_MUSIC) || defined(MOD_MUSIC) if (1) { music->error = 1; #ifdef MODPLUG_MUSIC