diff --git a/src/gui/qt/mainwindow/mysetlabel.cpp b/src/gui/qt/mainwindow/mysetlabel.cpp index d23a0ede..101de543 100644 --- a/src/gui/qt/mainwindow/mysetlabel.cpp +++ b/src/gui/qt/mainwindow/mysetlabel.cpp @@ -84,7 +84,7 @@ void MySetLabel::nextTimeOutAnimationFrame() { if(timeOutAnimationWidth >=0) { if(timeOutFrame > waitFrames) { //play beep after waitFrames one time - if(!isBeepPlayed) { + if(isBeep && !isBeepPlayed) { myW->getMySDLPlayer()->playSound("yourturn",0); isBeepPlayed = TRUE; }