This commit is contained in:
doitux
2007-06-15 03:22:16 +00:00
parent 9b766c26c8
commit ff40273c43
+1 -1
View File
@@ -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;
}