mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-25 10:53:43 +00:00
Fix ped comments on oal
This commit is contained in:
parent
a15d5589b3
commit
3569b7edfe
1 changed files with 3 additions and 0 deletions
|
@ -1470,7 +1470,10 @@ cSampleManager::InitialiseChannel(uint32 nChannel, uint32 nSfx, uint8 nBank)
|
||||||
slot += ARRAY_SIZE(nPedSlotSfx);
|
slot += ARRAY_SIZE(nPedSlotSfx);
|
||||||
#endif
|
#endif
|
||||||
if ( nSfx == nPedSlotSfx[slot] )
|
if ( nSfx == nPedSlotSfx[slot] )
|
||||||
|
{
|
||||||
addr = (nSampleBankMemoryStartAddress[SFX_BANK_PED_COMMENTS] + PED_BLOCKSIZE * slot);
|
addr = (nSampleBankMemoryStartAddress[SFX_BANK_PED_COMMENTS] + PED_BLOCKSIZE * slot);
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (i == _TODOCONST(3))
|
if (i == _TODOCONST(3))
|
||||||
|
|
Loading…
Reference in a new issue