临时禁止发声

This commit is contained in:
CalciteM 2019-06-22 20:23:21 +08:00
parent a598e569ec
commit 4086f2b434
1 changed files with 2 additions and 0 deletions

View File

@ -305,9 +305,11 @@ void GameController::setSound(bool arg)
void GameController::playSound(const QString &soundPath)
{
#ifdef PLAY_SOUND
if (hasSound) {
QSound::play(soundPath);
}
#endif /* PLAY_SOUND */
}
// 上下翻转