From ff40273c43b695ab5e80054f87b7867075543948 Mon Sep 17 00:00:00 2001 From: doitux Date: Fri, 15 Jun 2007 03:22:16 +0000 Subject: [PATCH] bugfix --- src/gui/qt/mainwindow/mysetlabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }