diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-03-22 17:34:25 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-03-29 22:22:25 +0000 |
| commit | 39372432b78b3d0980b004903739539e565c0948 (patch) | |
| tree | 30be072cb44575b1972fb4b34c4b7b371ff2b52f /src/aoevidencedisplay.h | |
| parent | ee9705955ccd52bd973c377c3a1a22ed768a3707 (diff) | |
Stop setting volume on evidence show
Presenting evidence took volume as a parameter which it also set. It's
unnecessary as the evidence uses the same SFX player, the volume of
which is controlled by the player with a slider.
Diffstat (limited to 'src/aoevidencedisplay.h')
| -rw-r--r-- | src/aoevidencedisplay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aoevidencedisplay.h b/src/aoevidencedisplay.h index 307f7ad..1344647 100644 --- a/src/aoevidencedisplay.h +++ b/src/aoevidencedisplay.h @@ -15,7 +15,7 @@ class AOEvidenceDisplay : public QLabel public: AOEvidenceDisplay(AOApplication *p_ao_app, QWidget *p_parent = nullptr); - void show_evidence(int p_index, QString p_evidence_image, bool is_left_side, int p_volume); + void show_evidence(int p_index, QString p_evidence_image, bool is_left_side); void reset(); void combo_resize(int w, int h); void setLastEvidenceIndex(int f_index); |
