aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio/oal/channel.cpp
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-06-27 17:59:43 +0300
committererorcun <erorcunerorcun@hotmail.com.tr>2021-06-27 17:59:50 +0300
commit53a4b6936be05b5920c4b66b9d30c81c8dc2f21c (patch)
treedc20948447c912bb35c80e61eb66e19159fedc6d /src/audio/oal/channel.cpp
parent091a65996ef9eba0dfeb49508927ebb521c0f15b (diff)
Revert "Use PS2-y global names on SampMan"
We know that they changed all those names on PC. This reverts commit 091a65996ef9eba0dfeb49508927ebb521c0f15b.
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 2ae12fcf..04e7e529 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_BUFFERSIZE * 2];
+uint8 tempStereoBuffer[PED_BLOCKSIZE * 2];
void
CChannel::InitChannels()