diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-08-24 23:01:51 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-08-24 23:01:51 +0300 |
commit | 963e85f047965e0c0a1a8e50ca35e9368a2028b6 (patch) | |
tree | 322d8cfc3b347a457ae5e74a5e7b7a5745d82a5e /src/control/Remote.h | |
parent | 14ed50a5591bacf857c33f78e6cef8c72ac8325d (diff) |
Fix
Diffstat (limited to 'src/control/Remote.h')
-rw-r--r-- | src/control/Remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Remote.h b/src/control/Remote.h index 250641ca..72cabb7c 100644 --- a/src/control/Remote.h +++ b/src/control/Remote.h @@ -4,5 +4,5 @@ class CRemote { public: static void GivePlayerRemoteControlledCar(float, float, float, float, uint16); - static void TakeRemoteControlledCarFromPlayer(bool); + static void TakeRemoteControlledCarFromPlayer(bool blowUp = true); }; |