mirror of
https://github.com/open-goal/jak-project
synced 2026-06-25 18:14:34 -04:00
c28c47b4c8
This fixes an issue where storing a constant integer in a location with a type that is both an enum/bitfield and a child of signed integer. The logic for dropping casts for signed integer constants was accidentally being applied to any child of `integer`.