mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 18:46:21 +00:00
Some refs removed, little fixes and teleport
This commit is contained in:
@ -2221,6 +2221,9 @@ cSampleManager::InitialiseSampleBanks(void)
|
||||
|
||||
for ( int32 i = 0; i < TOTAL_AUDIO_SAMPLES; i++ )
|
||||
{
|
||||
#ifdef FIX_BUGS
|
||||
if (nBank >= MAX_SAMPLEBANKS) break;
|
||||
#endif
|
||||
if ( BankStartOffset[nBank] == BankStartOffset[SAMPLEBANK_MAIN] + i )
|
||||
{
|
||||
nSampleBankDiscStartOffset[nBank] = m_aSamples[i].nOffset;
|
||||
|
Reference in New Issue
Block a user