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
1 changed files with 0 additions and 1 deletions

View File

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