You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FIELD_BOOLEAN type is currently saved as an array of integers. Save it as an array of bytes instead. This saves space in the save game, but more importantly prepares for the switch from the 4 byte BOOL type to the implementation-defined size1bool type.
The
FIELD_BOOLEAN
type is currently saved as an array of integers. Save it as an array of bytes instead. This saves space in the save game, but more importantly prepares for the switch from the 4 byteBOOL
type to the implementation-defined size1bool
type.Footnotes
See C++ Standard, section
5.3.3: expr.sizeof
↩The text was updated successfully, but these errors were encountered: