mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-06 18:15:52 +00:00
Fade checkpoint
This commit is contained in:
parent
a38664e109
commit
47495e72b5
1 changed files with 0 additions and 12 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue