When importing structures into the Windows version, certain enum fields are sized incorrectly, resulting in misalignment.
The most notable instance of this is the field worldst.modeorientation (DFHack name selected_direction), which routinely imports as an array of four standard 32-bit enums instead of using the 8-bit version.
When importing structures into the Windows version, certain enum fields are sized incorrectly, resulting in misalignment.
The most notable instance of this is the field
worldst.modeorientation(DFHack nameselected_direction), which routinely imports as an array of four standard 32-bit enums instead of using the 8-bit version.