Fixed: #1031 Music is "stopped" when client is loading with OpenAL driver
This commit is contained in:
parent
c874724065
commit
c64390bb7d
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ void initMainLoop()
|
|||
// During load of the game, fade completely out SFX, and leave outgame music
|
||||
// When the game will begin, it will fade in slowly
|
||||
if(SoundMngr)
|
||||
SoundMngr->setupFadeSound(0.f, 1.f);
|
||||
SoundMngr->setupFadeSound(1.f, 1.f);
|
||||
|
||||
initLast = initCurrent;
|
||||
initCurrent = ryzomGetLocalTime();
|
||||
|
|
Loading…
Reference in a new issue