blob: d59ae2d0b1ac7a8261842616274af974809b1898 (
plain) (
blame)
1
2
3
4
5
6
|
#include "common.h"
#include "patcher.h"
#include "CarCtrl.h"
WRAPPER void CCarCtrl::SwitchVehicleToRealPhysics(CVehicle*) { EAXJMP(0x41F7F0); }
WRAPPER void CCarCtrl::AddToCarArray(int id, int vehclass) { EAXJMP(0x4182F0); }
|