mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 05:14:08 +00:00
move stuff back into class; securom comments
This commit is contained in:
parent
4505b8795a
commit
232d990e6d
7 changed files with 41 additions and 45 deletions
|
@ -1729,7 +1729,7 @@ void CReplay::SaveReplayToHD(void)
|
|||
CFileMgr::SetDir("");
|
||||
}
|
||||
|
||||
void PlayReplayFromHD(void)
|
||||
void CReplay::PlayReplayFromHD(void)
|
||||
{
|
||||
CFileMgr::SetDirMyDocuments();
|
||||
int fr = CFileMgr::OpenFile("replay.rep", "rb");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue