mirror of
https://github.com/open-goal/jak-project
synced 2026-08-06 01:49:17 -04:00
f9a4c5b33f
On Windows, the pairs produced by custom regions all become bogus, probably due to some compiler differences. Changing the pairs that get stored in the regions to not be pointers should hopefully resolve this. To be extra sure, I also pulled some `add_word(0)`s out into locals to avoid any argument evaluation order shenanigans. --------- Co-authored-by: Tyler Wilding <xtvaser@gmail.com>