mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-06 08:20:15 +02:00
Copy-paste typo fix.
This commit is contained in:
parent
a8fc3ccd8e
commit
9ed0bb2738
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ int TFlipper::Message(int code, float value)
|
||||||
else if (code == 2)
|
else if (code == 2)
|
||||||
{
|
{
|
||||||
TimerTime = RetractAnimationFrameTime;
|
TimerTime = RetractAnimationFrameTime;
|
||||||
loader::play_sound(HardHitSoundId, this, "TFlipper2");
|
loader::play_sound(SoftHitSoundId, this, "TFlipper2");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue