From 60e5b8a8a96df3489d7d8116d54c0e7d2229c026 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sat, 20 Jul 2019 16:18:56 +0300 Subject: fixed replay --- src/control/Replay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/control/Replay.h') 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]; -- cgit v1.2.3