summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-07-20 15:18:56 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-07-20 15:18:56 +0200
commit60e5b8a8a96df3489d7d8116d54c0e7d2229c026 (patch)
treecc205cb7e1f7a5cd21d33c959d52e3dc97c1288b /src/control/Replay.h
parentfix crash (diff)
downloadre3-60e5b8a8a96df3489d7d8116d54c0e7d2229c026.tar
re3-60e5b8a8a96df3489d7d8116d54c0e7d2229c026.tar.gz
re3-60e5b8a8a96df3489d7d8116d54c0e7d2229c026.tar.bz2
re3-60e5b8a8a96df3489d7d8116d54c0e7d2229c026.tar.lz
re3-60e5b8a8a96df3489d7d8116d54c0e7d2229c026.tar.xz
re3-60e5b8a8a96df3489d7d8116d54c0e7d2229c026.tar.zst
re3-60e5b8a8a96df3489d7d8116d54c0e7d2229c026.zip
Diffstat (limited to '')
-rw-r--r--src/control/Replay.h2
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];