mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 13:34:08 +00:00
Continue to Frontend, fix savegame list bug
This commit is contained in:
parent
f403a63a5c
commit
8b3ca9564b
6 changed files with 510 additions and 674 deletions
|
@ -57,7 +57,7 @@ wchar SlotSaveDate[SLOT_COUNT][70];
|
|||
int CheckSum;
|
||||
eLevelName m_LevelToLoad;
|
||||
char SaveFileNameJustSaved[260];
|
||||
int Slots[SLOT_COUNT+1];
|
||||
int Slots[SLOT_COUNT];
|
||||
CDate CompileDateAndTime;
|
||||
|
||||
bool b_FoundRecentSavedGameWantToLoad;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue