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 poison projectile array being incorrectly combined into three separate arrays #1989

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

NTx86
Copy link
Contributor

@NTx86 NTx86 commented Apr 13, 2024

Description

It combines three incorrectly separated arrays into a single array, the separated array causes issues if compiler reorders array offsets e.g. this causes a crash in PC port when the move sludge is used with animations on because the arrays are compiled in different offsets which causes unmapped memory access.

Discord contact info

nt_x86

@GriffinRichards GriffinRichards merged commit 8c4b1a3 into pret:master Apr 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants