summaryrefslogtreecommitdiffstats
path: root/src/control/Remote.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/control/Remote.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Remote.cpp b/src/control/Remote.cpp
index c9ae0d8c..32ee4eda 100644
--- a/src/control/Remote.cpp
+++ b/src/control/Remote.cpp
@@ -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); }