More replay stuff

This commit is contained in:
Nikolay Korolev 2019-06-25 01:42:23 +03:00
parent a87f3188e9
commit cc731f4732
36 changed files with 717 additions and 49 deletions

View file

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