1
0
mirror of https://github.com/td512/re3.git synced 2026-03-29 01:53:58 +00:00

implemented some CVehicle functions

This commit is contained in:
aap
2019-07-05 14:23:39 +02:00
parent d62c616545
commit 396b43cbd4
9 changed files with 513 additions and 70 deletions

View File

@@ -10,3 +10,4 @@ float &CPopulation::PedDensityMultiplier = *(float*)0x5FA56C;
WRAPPER void CPopulation::UpdatePedCount(uint32, bool) { EAXJMP(0x4F5A60); }
WRAPPER void CPopulation::DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool) { EAXJMP(0x4F6200); }
WRAPPER CPed *CPopulation::AddPedInCar(CVehicle *vehicle) { EAXJMP(0x4F5800); }