View: Fix missing sound effect

This commit is contained in:
LoveEevee 2018-11-12 14:06:36 +03:00
parent fdfc04fe1c
commit aae31c6630

View File

@ -1407,8 +1407,10 @@
}
switch(pos){
case 1:
assets.sounds["don"].play()
return this.controller.restartSong()
case 2:
assets.sounds["don"].play()
return this.controller.songSelection()
default:
return this.controller.togglePause()