1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-06-26 19:51:33 +00:00

Merge pull request #2348 from Capostrophic/music

Increase music crossfade time to 1 second
This commit is contained in:
Andrei Kortunov 2019-04-25 21:36:42 +04:00 committed by GitHub
commit c36a22653f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -397,7 +397,7 @@ namespace MWSound
mNextMusic = filename; mNextMusic = filename;
mMusic->setFadeout(0.5f); mMusic->setFadeout(1.f);
} }
void SoundManager::startRandomTitle() void SoundManager::startRandomTitle()