Hi,
On 29.9.2022 23.56, Nicolas Pomarède wrote:
in tos.c, I see that some variables are still using SDL types Sint16 :
typedef struct
{
uint16_t Version;
Sint16 Country;
const char *pszName;
int Flags;
uint32_t Address;
uint32_t OldData;
uint32_t Size;
const void *pNewData;
} TOS_PATCH;
any reason for that, or is it sthg you forgot to change ?
It's not the only place earlier type conversions missed in the files
they touched. Attached patch lists rest of them.
I'll push it unless there's a good reason not to...