mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 11:44:09 +00:00
mission replay
This commit is contained in:
parent
c83b351887
commit
ec1d14971c
11 changed files with 325 additions and 5 deletions
|
@ -41,7 +41,10 @@ C_PcSave::SaveSlot(int32 slot)
|
|||
_psGetUserFilesFolder();
|
||||
int file = CFileMgr::OpenFile(ValidSaveName, "wb");
|
||||
if (file != 0) {
|
||||
DoGameSpecificStuffBeforeSave();
|
||||
#ifdef MISSION_REPLAY
|
||||
if (!IsQuickSave)
|
||||
#endif
|
||||
DoGameSpecificStuffBeforeSave();
|
||||
if (GenericSave(file)) {
|
||||
if (!!CFileMgr::CloseFile(file))
|
||||
nErrorCode = SAVESTATUS_ERR_SAVE_CLOSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue