mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 09:34:08 +00:00
More replay stuff
This commit is contained in:
parent
a87f3188e9
commit
cc731f4732
36 changed files with 717 additions and 49 deletions
|
@ -93,6 +93,8 @@ CCollision::LoadCollisionWhenINeedIt(bool changeLevel)
|
|||
|
||||
#endif
|
||||
|
||||
WRAPPER void CCollision::SortOutCollisionAfterLoad(void) { EAXJMP(0x40B900); }
|
||||
|
||||
//
|
||||
// Test
|
||||
//
|
||||
|
@ -1583,6 +1585,8 @@ CColModel::GetTrianglePoint(CVector &v, int i) const
|
|||
v = vertices[i];
|
||||
}
|
||||
|
||||
WRAPPER CColModel& CColModel::operator=(const CColModel& other) { EAXJMP(0x411710); }
|
||||
|
||||
STARTPATCHES
|
||||
InjectHook(0x4B9C30, (CMatrix& (*)(const CMatrix &src, CMatrix &dst))Invert, PATCH_JUMP);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue