mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Merge branch 'tmj-dev'
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
motiontelemetry::motiontelemetry()
|
||||
{
|
||||
conf = Global::motiontelemetry_conf;
|
||||
conf = Global.motiontelemetry_conf;
|
||||
|
||||
#ifdef _WIN32
|
||||
WSADATA wsd;
|
||||
@@ -62,10 +62,10 @@ void motiontelemetry::update()
|
||||
return;
|
||||
last_update = now;
|
||||
|
||||
if (Global::iPause)
|
||||
if (Global.iPause)
|
||||
return;
|
||||
|
||||
TTrain *t = Global::pWorld->train();
|
||||
TTrain *t = Global.pWorld->train();
|
||||
if (!t)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user