diff options
Diffstat (limited to 'games/childsplay/files/patch-pyassetmlSDL.py')
-rw-r--r-- | games/childsplay/files/patch-pyassetmlSDL.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/childsplay/files/patch-pyassetmlSDL.py b/games/childsplay/files/patch-pyassetmlSDL.py new file mode 100644 index 000000000..1c446f853 --- /dev/null +++ b/games/childsplay/files/patch-pyassetmlSDL.py @@ -0,0 +1,13 @@ +--- pyassetmlSDL.py.orig Wed Apr 20 11:41:47 2005 ++++ pyassetmlSDL.py Wed Apr 20 11:42:32 2005 +@@ -76,8 +76,10 @@ + pygame.mixer.music.load(self.s) + pygame.mixer.music.play(loop) + def stop(self): + pygame.mixer.music.stop() ++ def queue(self): ++ pygame.mixer.music.queue(self.s) + + class NoneSound: + def play(self,loop=0): + pass |