Audio: MeWatch: Don't resume stopped BGM

This commit is contained in:
Jonas Kulla 2013-12-04 17:16:18 +01:00
parent 6604959ec6
commit 9a63140f3e

View file

@ -1525,7 +1525,6 @@ struct AudioPrivate
{
/* BGM is stopped. -> MeNotPlaying */
bgm.setExtVolume1(1.0);
bgm.stream.play();
meWatch.state = MeNotPlaying;
}