新游戏时不播放声音

This commit is contained in:
CalciteM 2019-07-31 00:13:35 +08:00
parent 496e510689
commit 2dfc52bf71
1 changed files with 1 additions and 1 deletions

View File

@ -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)