diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-07-20 16:18:56 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-07-20 16:18:56 +0300 |
commit | 60e5b8a8a96df3489d7d8116d54c0e7d2229c026 (patch) | |
tree | cc205cb7e1f7a5cd21d33c959d52e3dc97c1288b /src/control/Replay.h | |
parent | 52718385db92885ac567430ec76bcea473d89936 (diff) |
fixed replay
Diffstat (limited to 'src/control/Replay.h')
-rw-r--r-- | src/control/Replay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h index cd8d9a45..6b11da75 100644 --- a/src/control/Replay.h +++ b/src/control/Replay.h @@ -176,7 +176,7 @@ class CReplay int8 velocityZ; union{ int8 car_gun; - uint8 wheel_state; + int8 wheel_state; }; uint8 wheel_susp_dist[4]; uint8 wheel_rotation[4]; |