mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 00:16:22 +00:00
CPlayerPed & fixes
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user