mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
Fix gOneShotCol
This commit is contained in:
parent
24d73aeb71
commit
556b9ae574
@ -219,7 +219,9 @@ static const int32 gOneShotCol[] = {SFX_COL_TARMAC_1,
|
|||||||
SFX_TYRE_BUMP,
|
SFX_TYRE_BUMP,
|
||||||
SFX_COL_CARDBOARD_1,
|
SFX_COL_CARDBOARD_1,
|
||||||
SFX_COL_TARMAC_1,
|
SFX_COL_TARMAC_1,
|
||||||
SFX_COL_GATE};
|
SFX_COL_GATE,
|
||||||
|
SFX_COL_SAND_1,
|
||||||
|
SFX_COL_TARMAC_1 };
|
||||||
|
|
||||||
void
|
void
|
||||||
cAudioManager::SetUpOneShotCollisionSound(const cAudioCollision &col)
|
cAudioManager::SetUpOneShotCollisionSound(const cAudioCollision &col)
|
||||||
|
Loading…
Reference in New Issue
Block a user