1
0
mirror of https://github.com/td512/re3.git synced 2026-01-30 03:03:47 +00:00

Fixed typos and made all assert functions optional

This commit is contained in:
bigbossbro08
2020-05-10 21:49:33 +06:00
parent af6e132b37
commit c798e1bacd
73 changed files with 110 additions and 184 deletions

View File

@@ -23,9 +23,7 @@ struct CdReadInfo
OVERLAPPED Overlapped;
};
#ifdef CHECK_STRUCT_SIZES
VALIDATE_SIZE(CdReadInfo, 0x30);
#endif
char gCdImageNames[MAX_CDIMAGES+1][64];
int32 gNumImages;