X-Git-Url: http://git.tdb.fi/?p=poefilter.git;a=blobdiff_plain;f=source%2Fappearance.cpp;fp=source%2Fappearance.cpp;h=cb132fd135a96c0effdaee80d274b331006e0a70;hp=0500aa57fc826687a0ab9d3b8e47680a7348ee9a;hb=72408a21b9a598802d79a2d1845e638592ee9acb;hpb=5fcd94eb19afc9291a2f99b4b6fe1ec4ee4661d1 diff --git a/source/appearance.cpp b/source/appearance.cpp index 0500aa5..cb132fd 100644 --- a/source/appearance.cpp +++ b/source/appearance.cpp @@ -53,7 +53,10 @@ void Appearance::add_lines(FilterStatement &st) const st.add_line(format("MinimapIcon %d %s %s", icon_size, icon_color, icon_shape)); if(sound_type) + { st.add_line(format("PlayAlertSound %d %d", sound_type, sound_volume)); + st.add_line("DisableDropSound"); + } if(show_beam) st.add_line(format("PlayEffect %s", beam_color));