Make music 'fade out previous' an effect enabled by default (#196)

Simply make the "FADE_OUT" music effect flag by default so more users experience the SMOOTH FADE OUT magic by accident and praise the based client.
This commit is contained in:
Crystalwarrior 2020-07-26 19:21:58 +03:00 committed by GitHub
parent 1bccc5c3d8
commit c423a5ee56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -415,7 +415,7 @@ private:
QString effect = ""; QString effect = "";
// Music effect flags we want to send to server when we play music // Music effect flags we want to send to server when we play music
int music_flags = 0; int music_flags = FADE_OUT;
int defense_bar_state = 0; int defense_bar_state = 0;
int prosecution_bar_state = 0; int prosecution_bar_state = 0;