Copy-paste typo fix.

This commit is contained in:
Patrice Levesque 2022-05-27 17:55:20 -04:00
parent a8fc3ccd8e
commit 9ed0bb2738
No known key found for this signature in database
GPG Key ID: F16C6DC6A4078AFB
1 changed files with 1 additions and 1 deletions

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
{