[saco] Implement/match FUNC_100A5FF0()

This commit is contained in:
RD42 2024-10-14 18:05:30 +08:00
parent 1772f3be72
commit c74eba47d0

View File

@ -916,6 +916,16 @@ NUDE VehicleModel_SetEnvironmentMapHook()
//-----------------------------------------------------------
NUDE FUNC_100A5FF0()
{
_asm mov edx, 0x550F10
_asm call edx
_asm ret
}
//-----------------------------------------------------------
void InstallMethodHook( DWORD dwInstallAddress,
DWORD dwHookFunction )
{