summaryrefslogtreecommitdiff
path: root/staging/pathological/pygame_181.patch
diff options
context:
space:
mode:
Diffstat (limited to 'staging/pathological/pygame_181.patch')
-rw-r--r--staging/pathological/pygame_181.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/staging/pathological/pygame_181.patch b/staging/pathological/pygame_181.patch
new file mode 100644
index 000000000..4789f1519
--- /dev/null
+++ b/staging/pathological/pygame_181.patch
@@ -0,0 +1,10 @@
+--- pathological-1.1.3.orig.orig/pathological.py 2009-04-15 10:50:11.000000000 -0400
++++ pathological-1.1.3.orig/pathological.py 2009-04-15 10:50:56.000000000 -0400
+@@ -169,6 +169,7 @@
+ if not pygame.mixer or not pygame.mixer.music:
+ print "Background music not available."
+ return
++ pygame.mixer.music.stop()
+ fullname = os.path.join('music', name)
+ try:
+ pygame.mixer.music.load(fullname)