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

Merge branch 'tmj-dev' into milek-dev

This commit is contained in:
milek7
2018-04-06 22:33:08 +02:00
13 changed files with 908 additions and 806 deletions

View File

@@ -65,7 +65,7 @@ void motiontelemetry::update()
if (Global.iPause)
return;
TTrain *t = Global.pWorld->train();
const TTrain *t = Global.pWorld->train();
if (!t)
return;