siramix / buzzwords

A mobile word game that will change the word.
www.siramix.com/buzzwords
GNU General Public License v3.0
10 stars 1 forks source link

Music Doesn't Loop #107

Closed edwardrowe closed 11 years ago

edwardrowe commented 11 years ago

In the latest fix which handles serializing GameManager, the Music pref should be tracking whether the music is looping on cleanup so that when the music player is recreated, it plays the music looping. This does not seem to be working.

To reproduce: 1) Start the App 2) Press Play to go to Game Setup 3) Press Home - App is backgrounded 4) Return to the App - notice the music starts over. When it gets to the end of the song, it does not loop.

edwardrowe commented 11 years ago

Fixed this. It was simply never reading the preference and setting looping.

lucasrowe commented 11 years ago

Verified fix. Closing issue.