Skip to content
Snippets Groups Projects
Commit 5d6463fa authored by toaster's avatar toaster
Browse files

Fixed Knuckles being able to climb in space in OpenGL.

To understand: look at AjustSegs(void) in hw_bsp.c. It reallocates the vetex_t pointers for lines as POLYVERTEX_T pointers, and of COURSE things are gonna get wacky when you're casting pointers.

I dunno how resilient the FLOAT_TO_FIXED solution is or whether it'll be netgame compatible (yayyy float precision loss) but it's not like our builds are netgame compatible with themselves
parent c79428a1
No related branches found
No related tags found
1 merge request!101Climbing shit 2 electric boogaloo: an adventure in how much toast hates how the ogl renderer was implemented
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment