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

Fix cake screen crashing the game when not warping from area 1 #779

Closed

Conversation

Reonu
Copy link
Contributor

@Reonu Reonu commented Apr 8, 2024

The funny crash is gone

@Reonu Reonu requested a review from gheskett as a code owner April 8, 2024 22:59
@Reonu Reonu self-assigned this Apr 8, 2024
@Reonu Reonu added the bug Something isn't working label Apr 8, 2024
@Reonu Reonu added this to the 2.3 milestone Apr 8, 2024
@gheskett
Copy link
Collaborator

gheskett commented Apr 9, 2024

So while this is a valid solution to the cake screen crash, I'm personally not a fan of this approach. It is valid to have a level script that has a camera but doesn't spawn Mario, and this solution doesn't cover those cases. The better thing would probably be to set the area to NULL or something when it's unloaded and throw it behind a NULL check. This is a higher-risk approach however, so further research and playtesting may be warranted.

@gheskett gheskett added the vanilla This issue or feature exists in the vanilla game label Jul 4, 2024
@gheskett gheskett modified the milestones: 2.3, 2.4 Jul 4, 2024
@gheskett gheskett added the questionable This is risky or potentially invalid or undesirable label Jul 4, 2024
@gheskett gheskett changed the base branch from develop/2.3.0 to develop/2.4.0 July 4, 2024 07:09
@gheskett gheskett self-assigned this Sep 5, 2024
@gheskett
Copy link
Collaborator

gheskett commented Nov 11, 2024

This PR is now redundant in favor of #844.

@gheskett gheskett closed this Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working questionable This is risky or potentially invalid or undesirable vanilla This issue or feature exists in the vanilla game
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants