1
0
mirror of https://github.com/td512/re3.git synced 2026-02-01 21:11:51 +00:00

garage update part 2

This commit is contained in:
Nikolay Korolev
2020-03-28 20:52:25 +03:00
parent 9fb101fdd9
commit 775bc3e666
8 changed files with 681 additions and 143 deletions

View File

@@ -1113,6 +1113,8 @@ public:
};
STARTPATCHES
InjectHook(0x427820, &CVehicleModelInfo::SetComponentsToUse, PATCH_JUMP);
InjectHook(0x51FDC0, &CVehicleModelInfo_::DeleteRwObject_, PATCH_JUMP);
InjectHook(0x51FCB0, &CVehicleModelInfo_::CreateInstance_, PATCH_JUMP);
InjectHook(0x51FC60, &CVehicleModelInfo_::SetClump_, PATCH_JUMP);