mirror of
https://github.com/halpz/re3.git
synced 2025-05-03 01:57:57 +03:00
yet more CAutomobile
This commit is contained in:
parent
74fcbc8c0a
commit
a65dd41da7
17 changed files with 201 additions and 23 deletions
|
@ -2,4 +2,8 @@
|
|||
#include "patcher.h"
|
||||
#include "Fire.h"
|
||||
|
||||
WRAPPER void CFire::Extinguish(void) { EAXJMP(0x479D40); }
|
||||
CFireManager &gFireManager = *(CFireManager*)0x8F31D0;
|
||||
|
||||
WRAPPER void CFire::Extinguish(void) { EAXJMP(0x479D40); }
|
||||
|
||||
WRAPPER void CFireManager::StartFire(CEntity *entityOnFire, CEntity *culprit, float, uint32) { EAXJMP(0x479590); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue