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:
parent
1bccc5c3d8
commit
c423a5ee56
@ -415,7 +415,7 @@ private:
|
||||
QString effect = "";
|
||||
|
||||
// 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 prosecution_bar_state = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user