16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 06:29:18 +02:00

Merge remote-tracking branch 'tmj/master' into sim

This commit is contained in:
milek7
2020-10-18 23:35:14 +02:00
244 changed files with 54164 additions and 11636 deletions

View File

@@ -135,7 +135,7 @@ void motiontelemetry::update()
last_pos = pos;
last_vel = vel;
if (t->Occupied()->ActiveCab < 0)
if (t->Occupied()->CabActive < 0)
{
velocity *= -1;
local_acc.x *= -1;