mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 13:54:08 +00:00
Merge with upstream
This commit is contained in:
commit
08b053a568
50 changed files with 4929 additions and 795 deletions
|
@ -2,6 +2,8 @@
|
|||
#include "patcher.h"
|
||||
#include "CarCtrl.h"
|
||||
|
||||
int &CCarCtrl::NumLawEnforcerCars = *(int*)0x8F1B38;
|
||||
|
||||
WRAPPER void CCarCtrl::SwitchVehicleToRealPhysics(CVehicle*) { EAXJMP(0x41F7F0); }
|
||||
WRAPPER void CCarCtrl::AddToCarArray(int id, int vehclass) { EAXJMP(0x4182F0); }
|
||||
WRAPPER void CCarCtrl::UpdateCarCount(CVehicle*, bool) { EAXJMP(0x4202E0); }
|
Loading…
Add table
Add a link
Reference in a new issue