CPlayerPed & fixes

This commit is contained in:
eray orçunus
2019-12-27 01:15:27 +03:00
parent 458ae30b6f
commit bb5e31470d
9 changed files with 364 additions and 17 deletions

View File

@ -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;
}
}