diff options
| author | Crystalwarrior <Varsash@Gmail.com> | 2020-07-26 19:21:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-26 11:21:58 -0500 |
| commit | c423a5ee5621a4cc386cb6c7147ec7e010db32de (patch) | |
| tree | 2b9e2eeb5c24444713264540073a06f3005c6039 /include | |
| parent | 1bccc5c3d84e0197049f46a079330b9e6cd45977 (diff) | |
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.
Diffstat (limited to 'include')
| -rw-r--r-- | include/courtroom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index 259a7ed5..af4b69e0 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -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; |
