diff options
author | aap <aap@papnet.eu> | 2019-10-20 14:33:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-20 14:33:43 +0200 |
commit | 0759dbc1e1acc34fbc2ded0a186ec8fa85530a30 (patch) | |
tree | 1fa32468a2570d53494e4ac22e6aa8fc1c6453de /src/core/Fire.cpp | |
parent | Moved CCutsceneMgr::ms_cutsceneProcessing to private (diff) | |
parent | typo fix (diff) | |
download | re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.gz re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.bz2 re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.lz re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.xz re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.zst re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/Fire.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Fire.cpp b/src/core/Fire.cpp index 2181f91c..0317ccbe 100644 --- a/src/core/Fire.cpp +++ b/src/core/Fire.cpp @@ -32,4 +32,5 @@ CFire* CFireManager::FindNearestFire(CVector vecPos, float* pDistance) } WRAPPER void CFireManager::StartFire(CEntity *entityOnFire, CEntity *culprit, float, uint32) { EAXJMP(0x479590); } +WRAPPER void CFireManager::Update(void) { EAXJMP(0x479310); } WRAPPER CFire *CFireManager::FindFurthestFire_NeverMindFireMen(CVector coors, float, float) { EAXJMP(0x479430); } |