Page 1 of 1

CargoHatchDefinition::illumination_graphic_index invalid default or type

Posted: Thu Oct 31, 2024 4:07 am
by BrainGamer_
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?

Re: CargoHatchDefinition::illumination_graphic_index invalid default or type

Posted: Mon Dec 02, 2024 11:02 am
by Therenas
It's the underflow one, I clarified it for the next release, thanks.