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

MusicPlus core: NOMIXER=1 compile fix

parent 1a935eab
Branches
Tags
2 merge requests!488Merge in next and don't billboard papersprites in GL,!447MusicPlus core: Song length, positioning, and fading features with Linedef Exec and Lua support
......@@ -1480,7 +1480,7 @@ void I_StopFadingSong(void)
{
}
boolean I_FadeSongFromVolume(UINT8 target_volume, UINT8 source_volume, UINT32 ms, void (*callback)(void));
boolean I_FadeSongFromVolume(UINT8 target_volume, UINT8 source_volume, UINT32 ms, void (*callback)(void))
{
(void)target_volume;
(void)source_volume;
......@@ -1488,7 +1488,7 @@ boolean I_FadeSongFromVolume(UINT8 target_volume, UINT8 source_volume, UINT32 ms
return false;
}
boolean I_FadeSong(UINT8 target_volume, UINT32 ms, void (*callback)(void));
boolean I_FadeSong(UINT8 target_volume, UINT32 ms, void (*callback)(void))
{
(void)target_volume;
(void)ms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment