A regular build (-O2 -g) of the game crashed for me for the first time in level 4 picking up SeekerMine. At that point, I exchanged -O2 for -O0 -g -fsanitize=address,undefined and only got more program terminations 🥲
Screenshots (if applicable)
Checklist
[x] I have tested my changes locally and verified that they work as intended.
[x] I have reviewed the changes to ensure they do not introduce any unnecessary complexity or duplicate code.
[x] I understand that by submitting this pull request, I am agreeing to license my contributions under the project's license.
Pull Request Type
Description
A regular build (-O2 -g) of the game crashed for me for the first time in level 4 picking up SeekerMine. At that point, I exchanged -O2 for -O0 -g -fsanitize=address,undefined and only got more program terminations 🥲
Screenshots (if applicable)
Checklist