midi ready, TCollision cleanup.

This commit is contained in:
oz
2021-01-23 13:33:30 +03:00
parent 683e823193
commit 7d15427dd9
28 changed files with 215 additions and 185 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ void TTripwire::Collision(TBall* ball, vector_type* nextPosition, vector_type* d
ball->not_again(edge);
if (!PinballTable->TiltLockFlag)
{
loader::play_sound(SoundIndex2);
loader::play_sound(SoftHitSoundId);
control::handler(63, this);
}
}