CGame::Process() && CGame::ReloadIPLs

This commit is contained in:
nmzik 2019-10-19 01:23:40 +03:00
parent 32f2f3511c
commit f56684d04e
44 changed files with 225 additions and 3 deletions

View file

@ -7,6 +7,7 @@
#include "Text.h"
WRAPPER void CSpecialFX::Render(void) { EAXJMP(0x518DC0); }
WRAPPER void CSpecialFX::Update(void) { EAXJMP(0x518D40); }
WRAPPER void CMotionBlurStreaks::RegisterStreak(int32 id, uint8 r, uint8 g, uint8 b, CVector p1, CVector p2) { EAXJMP(0x519460); }