feat(GTA Cache): removed unused old code (#1663)

This commit is contained in:
Andreas Maerten
2023-07-10 00:40:47 +02:00
committed by GitHub
parent ee61858489
commit 2f1f094b89
8 changed files with 6 additions and 131 deletions

View File

@ -265,7 +265,7 @@ namespace rage
bool fiPackfile::Mount(const char* mount_point)
{
return big::g_hooking->get_original<big::hooks::fipackfile_mount>()(this, mount_point);
return big::g_pointers->m_gta.m_fipackfile_mount(this, mount_point);
}
void fiPackfile::ClosePackfile()