mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
fix pause for Fluidsynth 2.3.3 version
This commit is contained in:
parent
1d269da0f9
commit
b78d752803
@ -309,7 +309,7 @@ static void I_FL_PauseSong(void *handle)
|
||||
{
|
||||
if (player)
|
||||
{
|
||||
fluid_player_stop(player);
|
||||
I_OAL_HookMusic(NULL);
|
||||
}
|
||||
}
|
||||
|
||||
@ -317,7 +317,7 @@ static void I_FL_ResumeSong(void *handle)
|
||||
{
|
||||
if (player)
|
||||
{
|
||||
fluid_player_play(player);
|
||||
I_OAL_HookMusic(FL_Callback);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user