aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2021-02-24 16:02:07 +0300
committerCrystalwarrior <varsash@gmail.com>2021-02-24 16:02:07 +0300
commit5ac95ada564f11419441eca32907aef7ec16dd90 (patch)
tree80dbe9db5a99cd2ef7141d6da6b8f880a2f62c0f /include/courtroom.h
parent7579457e897cba6d358bd65dba1ee05e1db87c06 (diff)
Make "stop music on objection" work in tandem with the server by calling "music_stop()" instead of only working on the client-side
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 2e007d27..6a64deb2 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -822,7 +822,7 @@ private slots:
void music_random();
void music_list_expand_all();
void music_list_collapse_all();
- void music_stop();
+ void music_stop(bool no_effects = false);
void on_area_list_double_clicked(QTreeWidgetItem *p_item, int column);
void select_emote(int p_id);