fixed remote

This commit is contained in:
Nikolay Korolev 2019-07-26 10:44:56 +03:00
commit fe53007919
3 changed files with 3 additions and 3 deletions

View file

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