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:
erorcun
2021-06-27 17:59:43 +03:00
parent 091a65996e
commit 53a4b6936b
6 changed files with 273 additions and 273 deletions

View File

@ -17,7 +17,7 @@ bool bChannelsCreated = false;
int32 CChannel::channelsThatNeedService = 0;
uint8 tempStereoBuffer[PED_BUFFERSIZE * 2];
uint8 tempStereoBuffer[PED_BLOCKSIZE * 2];
void
CChannel::InitChannels()