Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible fix for double dropship landing sound #4315

Closed

Conversation

morrowwolf
Copy link
Member

@morrowwolf morrowwolf commented Sep 2, 2023

About the pull request

From time to time I will hear two landing sounds when landing in a dropship.

I believe this is the cause of it as the landing sound should be handled by on_prearrival() at line 551 of code/modules/shuttle/shuttle.dm

Explain why it's good for the game

Bug bad

Testing Photographs and Procedure

Screenshots & Videos

Put screenshots and videos here with an empty line between the screenshots and the <details> tags.

Changelog

🆑 Morrow
fix: Possible fix for double dropship landing sound
/:cl:

@github-actions github-actions bot added the Fix Fix one bug, make ten more label Sep 2, 2023
@Drulikar
Copy link
Contributor

Drulikar commented Sep 2, 2023

The first iteration of the new landing sound only worked on the almayer and not for the passengers. So either this is an observer issue, or there's a timing issue where sometimes the dropship is on the landing site z level and other times not when the sound gets played.

From the blame it was introduced here: #2733

Copy link
Contributor

@Drulikar Drulikar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change seems to make it so passengers on the dropship no longer have a landing sfx. There is only a landing sfx for people at the landing site.

@morrowwolf
Copy link
Member Author

HMMMMM, maybe it is just an observer situation

@morrowwolf morrowwolf closed this Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix one bug, make ten more
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants