mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Fix sound test button
This commit is contained in:
parent
d6398477ae
commit
badbcf2753
3 changed files with 8 additions and 1 deletions
|
|
@ -122,4 +122,9 @@ void SoundEngine::playSound(QString fileName)
|
|||
audioData[fileName]->setPosition(0);
|
||||
audioData[fileName]->play();
|
||||
#endif
|
||||
}
|
||||
|
||||
void SoundEngine::testSound()
|
||||
{
|
||||
playSound("player_join");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue