aboutsummaryrefslogtreecommitdiffstats
path: root/games/zaz/files/patch-src-mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/zaz/files/patch-src-mixer.h')
-rw-r--r--games/zaz/files/patch-src-mixer.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/zaz/files/patch-src-mixer.h b/games/zaz/files/patch-src-mixer.h
new file mode 100644
index 00000000000..42e1f11a9e2
--- /dev/null
+++ b/games/zaz/files/patch-src-mixer.h
@@ -0,0 +1,11 @@
+--- src/mixer.h.orig 2010-05-12 00:21:41.000000000 +0400
++++ src/mixer.h 2013-08-28 03:29:59.607226307 +0400
+@@ -46,7 +46,7 @@
+ bool audioHWInitialized;
+
+ public:
+- Mixer(MixerMode mmode);
++ Mixer(MixerMode mmode = Realtime);
+ ~Mixer();
+ void Play();
+ void Pause();