summaryrefslogtreecommitdiffstats
path: root/src/audio/oal/channel.cpp
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-06-27 16:53:14 +0200
committererorcun <erorcunerorcun@hotmail.com.tr>2021-06-27 16:53:14 +0200
commit091a65996ef9eba0dfeb49508927ebb521c0f15b (patch)
tree2993f76c3b060a807384774cb16252de42359103 /src/audio/oal/channel.cpp
parentFix map texture leak (diff)
downloadre3-091a65996ef9eba0dfeb49508927ebb521c0f15b.tar
re3-091a65996ef9eba0dfeb49508927ebb521c0f15b.tar.gz
re3-091a65996ef9eba0dfeb49508927ebb521c0f15b.tar.bz2
re3-091a65996ef9eba0dfeb49508927ebb521c0f15b.tar.lz
re3-091a65996ef9eba0dfeb49508927ebb521c0f15b.tar.xz
re3-091a65996ef9eba0dfeb49508927ebb521c0f15b.tar.zst
re3-091a65996ef9eba0dfeb49508927ebb521c0f15b.zip
Diffstat (limited to 'src/audio/oal/channel.cpp')
-rw-r--r--src/audio/oal/channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/oal/channel.cpp b/src/audio/oal/channel.cpp
index 04e7e529..2ae12fcf 100644
--- a/src/audio/oal/channel.cpp
+++ b/src/audio/oal/channel.cpp
@@ -17,7 +17,7 @@ bool bChannelsCreated = false;
int32 CChannel::channelsThatNeedService = 0;
-uint8 tempStereoBuffer[PED_BLOCKSIZE * 2];
+uint8 tempStereoBuffer[PED_BUFFERSIZE * 2];
void
CChannel::InitChannels()