Skip to content
Snippets Groups Projects
Commit 47495e72 authored by Marco Z's avatar Marco Z
Browse files

Fade checkpoint

parent a38664e1
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment