mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 05:24:08 +00:00
CPlayerPed & fixes
This commit is contained in:
parent
458ae30b6f
commit
bb5e31470d
9 changed files with 364 additions and 17 deletions
|
@ -352,7 +352,11 @@ _ResolveLink(char const *path, char *out)
|
|||
OutputDebugString(fd.cFileName);
|
||||
|
||||
strcpy(out, filepath);
|
||||
|
||||
// FIX: Release the objects. Taken from SA.
|
||||
#ifdef FIX_BUGS
|
||||
ppf->Release();
|
||||
psl->Release();
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue