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

@@ -6,7 +6,7 @@
cSampleManager SampleManager;
bool8 _bSampmanInitialised = FALSE;
uint32 gBankStartOffset[MAX_SFX_BANKS];
uint32 BankStartOffset[MAX_SFX_BANKS];
uint32 nNumMP3s;
cSampleManager::cSampleManager(void)