Fix gOneShotCol

This commit is contained in:
Sergeanur 2021-01-08 00:47:21 +02:00
parent 24d73aeb71
commit 556b9ae574
1 changed files with 3 additions and 1 deletions

View File

@ -219,7 +219,9 @@ static const int32 gOneShotCol[] = {SFX_COL_TARMAC_1,
SFX_TYRE_BUMP,
SFX_COL_CARDBOARD_1,
SFX_COL_TARMAC_1,
SFX_COL_GATE};
SFX_COL_GATE,
SFX_COL_SAND_1,
SFX_COL_TARMAC_1 };
void
cAudioManager::SetUpOneShotCollisionSound(const cAudioCollision &col)