2025-09-01 01:22 CEST

View Revisions: Issue #4939

Summary 0004939: used data types in demo file are bad int vs int32_t
Revision 2015-08-27 03:22 by abma
Description sizeof(int) may vary depending on compiler:
https://github.com/spring/spring/blob/develop/rts/System/LoadSave/demofile.h#L56

int should be replaced by int32_t imo
Revision 2015-08-27 03:22 by abma
Description
sizeof(int) may vary depending on compiler:
https://github.com/spring/spring/blob/develop/rts/System/LoadSave/demofile.h#L56

int should be replaced by int32_t imo