1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-04 07:20:15 +02:00

Copy-paste typo fix.

This commit is contained in:
Patrice Levesque 2022-05-27 17:55:20 -04:00
parent a8fc3ccd8e
commit 9ed0bb2738
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: F16C6DC6A4078AFB

View file

@ -78,7 +78,7 @@ int TFlipper::Message(int code, float value)
else if (code == 2)
{
TimerTime = RetractAnimationFrameTime;
loader::play_sound(HardHitSoundId, this, "TFlipper2");
loader::play_sound(SoftHitSoundId, this, "TFlipper2");
}
else
{