jassenburg / frozenbubbleplus

Automatically exported from code.google.com/p/frozenbubbleplus
0 stars 0 forks source link

Music does not repeat at the home screen #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In ModPlayer.java, newMusicPlayer() needs to set the repeat count before 
loading the song resource file.  This is because the repeat count in the native 
code is associated with the music file when the file is loaded, and is not 
simply used per the settings.

Ideally the repeat count in the global settings is used instead of a low-level 
variable.

Original issue reported on code.google.com by forter...@gmail.com on 29 Sep 2014 at 4:00