Fade checkpoint

This commit is contained in:
mazmazz 2018-08-19 08:32:12 -04:00
parent a38664e109
commit 47495e72b5

View file

@ -502,18 +502,6 @@ static UINT32 music_fadeout(UINT32 interval)
}
}
static UINT32 music_fadein(UINT32 interval)
{
if (is_fadingin)
{
CONS_Printf("Fading in\n");
}
else
{
SDL_RemoveTimer(fading_id);
}
}
#ifdef HAVE_LIBGME
static void mix_gme(void *udata, Uint8 *stream, int len)
{