Skip to content

Commit

Permalink
Don't set MOD music fade out by default
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 26, 2001
1 parent b7a6c65 commit 9d21a95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions music.c
Expand Up @@ -512,7 +512,10 @@ Mix_Music *Mix_LoadMUS(const char *file)
music->data.module->panflag = 1;
music->data.module->wrap = 0;
music->data.module->loop = 0;
#if 0 /* Don't set fade out by default - unfortunately there's no real way
to query the status of the song or set trigger actions. Hum. */
music->data.module->fadeout = 1;
#endif
}
} else
#endif
Expand Down

0 comments on commit 9d21a95

Please sign in to comment.