新游戏时不播放声音
This commit is contained in:
parent
496e510689
commit
2dfc52bf71
|
@ -235,7 +235,7 @@ void GameController::gameReset()
|
|||
emit statusBarChanged(message);
|
||||
|
||||
// 播放音效
|
||||
playSound(":/sound/resources/sound/newgame.wav");
|
||||
//playSound(":/sound/resources/sound/newgame.wav");
|
||||
}
|
||||
|
||||
void GameController::setEditing(bool arg)
|
||||
|
|
Loading…
Reference in New Issue