pedrohas2000 / pingus

Automatically exported from code.google.com/p/pingus
GNU General Public License v3.0
0 stars 0 forks source link

Music volume gets reset when music loops #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The music volume can be adjusted via the option menu, this change however gets 
ignored whenever a given piece of music loops.

Might not be a Pingus issue, but an SDL-mixer problem:

Mix_VolumeMusic();
Mix_PlayMusic()

Potential workaround would be to do the looping manually, not via SDL.

Original issue reported on code.google.com by grum...@gmail.com on 3 Oct 2011 at 4:40