1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-12 12:58:31 +00:00
re3/src/control/Remote.cpp
Nikolay Korolev fe53007919 fixed remote
2019-07-26 10:44:56 +03:00

7 lines
256 B
C++

#include "common.h"
#include "patcher.h"
#include "Remote.h"
WRAPPER void CRemote::GivePlayerRemoteControlledCar(float, float, float, float, uint16) { EAXJMP(0x435C30); }
WRAPPER void CRemote::TakeRemoteControlledCarFromPlayer(void) { EAXJMP(0x435DA0); }