This commit is contained in:
milek7
2017-08-18 11:48:13 +02:00
parent ec60853614
commit 6b5084e855
6 changed files with 10 additions and 12 deletions

View File

@@ -154,6 +154,7 @@ TButton::play( sound* Sound ) {
if( Sound == nullptr ) { return; }
Sound->stop();
Sound->play();
return;
}