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){ switch(pos){
case 1: case 1:
assets.sounds["don"].play()
return this.controller.restartSong() return this.controller.restartSong()
case 2: case 2:
assets.sounds["don"].play()
return this.controller.songSelection() return this.controller.songSelection()
default: default:
return this.controller.togglePause() return this.controller.togglePause()