mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 13:56:21 +00:00
Remove padding fields
This commit is contained in:
@ -86,7 +86,11 @@ C_PcSave::PopulateSlotInfo()
|
||||
SlotSaveDate[i][0] = '\0';
|
||||
}
|
||||
for (int i = 0; i < SLOT_COUNT; i++) {
|
||||
#ifdef FIX_BUGS
|
||||
char savename[MAX_PATH];
|
||||
#else
|
||||
char savename[52];
|
||||
#endif
|
||||
struct {
|
||||
int size;
|
||||
wchar FileName[24];
|
||||
|
Reference in New Issue
Block a user