diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-14 17:51:41 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-14 17:51:41 +0000 |
commit | cde7f54ac7241e81bfb1f0a471026246c8663370 (patch) | |
tree | d8dedefa47a2038914392d30d346d9c60a34af29 /plugins | |
parent | 7f197a954d9daf08cfa5461d564d3dbcc9a2f344 (diff) |
fixed double sounds
git-svn-id: http://svn.miranda-ng.org/main/trunk@971 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/BASS_interface/src/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BASS_interface/src/Main.cpp b/plugins/BASS_interface/src/Main.cpp index 2c544d71ba..2be38e4028 100644 --- a/plugins/BASS_interface/src/Main.cpp +++ b/plugins/BASS_interface/src/Main.cpp @@ -92,7 +92,7 @@ static int OnPlaySnd(WPARAM wParam, LPARAM lParam) Preview = FALSE;
- return 0;
+ return 1;
}
#define SLIDER_MIN 0
|