Skip to content

Commit

Permalink
Fix reversed looping trains friction sound (#240)
Browse files Browse the repository at this point in the history
Fixes the looping trains having chain lift sounds as their friction sound
In vanilla RCT2 this issue couldn't be heard but now with the reversed trains toggle being merged it's now very obvious.
  • Loading branch information
ZeeMaji authored Oct 8, 2023
1 parent 55f4384 commit e19afe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion objects/rct2/ride/rct2.ride.scht1.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"mass": 525,
"numSeats": 4,
"numSeatRows": 2,
"frictionSoundId": 0,
"frictionSoundId": 2,
"soundRange": 0,
"drawOrder": 7,
"frames": {
Expand Down
2 changes: 1 addition & 1 deletion objects/rct2tt/ride/rct2tt.ride.polchase.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"mass": 600,
"numSeats": 4,
"numSeatRows": 2,
"frictionSoundId": 0,
"frictionSoundId": 2,
"soundRange": 0,
"drawOrder": 7,
"frames": {
Expand Down

0 comments on commit e19afe9

Please sign in to comment.