diff eosd @ 421:b1248bab2d0f

Add back music and SFX playback using SDL_mixer instead of pyglet, and add FLAC and Vorbis support.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 16 Jul 2013 21:07:15 +0200
parents e23871eddb7a
children 52829ebe2561
line wrap: on
line diff
--- a/eosd
+++ b/eosd
@@ -204,7 +204,6 @@ def main(path, data, stage_num, rank, ch
             runner.start()
             break
         except NextStage:
-            game.music.pause()
             if not story or stage_num == (7 if boss_rush else 6 if rank > 0 else 5):
                 break
             stage_num += 1