CargoHatchDefinition::illumination_graphic_index is a uint32 but specifies a default value of -1.
So what is it? Is its default a uint32 underflow to 2^32 - 2? Or is it a signed int32?
CargoHatchDefinition::illumination_graphic_index invalid default or type
- BrainGamer_
- Long Handed Inserter
- Posts: 93
- Joined: Sun Nov 14, 2021 9:52 pm
- Contact:
Re: CargoHatchDefinition::illumination_graphic_index invalid default or type
It's the underflow one, I clarified it for the next release, thanks.