mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-29 04:24:14 +01:00
5 lines
145 B
C++
5 lines
145 B
C++
|
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "CarCtrl.h"
|
||
|
|
||
|
WRAPPER void CCarCtrl::SwitchVehicleToRealPhysics(CVehicle*) { EAXJMP(0x41F7F0); }
|