summaryrefslogtreecommitdiff
path: root/graphics/synaesthesia/files/patch-sound.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/synaesthesia/files/patch-sound.cc')
-rw-r--r--graphics/synaesthesia/files/patch-sound.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/synaesthesia/files/patch-sound.cc b/graphics/synaesthesia/files/patch-sound.cc
new file mode 100644
index 000000000000..2119deba4126
--- /dev/null
+++ b/graphics/synaesthesia/files/patch-sound.cc
@@ -0,0 +1,10 @@
+--- sound.cc.orig Fri May 25 23:13:55 2001
++++ sound.cc Fri May 25 23:13:59 2001
+@@ -423,7 +423,7 @@
+ }
+ }
+
+- data = new short[NumSamples*2];
++ data = new u_short[NumSamples*2];
+ memset((char*)data,0,NumSamples*4);
+ }