mirror of
https://github.com/halpz/re3.git
synced 2025-07-30 08:20:27 +00:00
Revert "Use PS2-y global names on SampMan"
We know that they changed all those names on PC.
This reverts commit 091a65996e
.
This commit is contained in:
@ -17,7 +17,7 @@ bool bChannelsCreated = false;
|
||||
|
||||
int32 CChannel::channelsThatNeedService = 0;
|
||||
|
||||
uint8 tempStereoBuffer[PED_BUFFERSIZE * 2];
|
||||
uint8 tempStereoBuffer[PED_BLOCKSIZE * 2];
|
||||
|
||||
void
|
||||
CChannel::InitChannels()
|
||||
|
Reference in New Issue
Block a user