16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 13:39:18 +02:00
This commit is contained in:
milek7
2019-01-14 22:45:22 +01:00
parent b2a9388fab
commit f55a5465ef
30 changed files with 172 additions and 214 deletions

View File

@@ -91,8 +91,7 @@ private:
void CabView();
void ExternalView();
void DistantView( bool const Near = false );
void set_picking( bool const Picking );
TTrain* request_train(TDynamicObject *dynamic);
void set_picking( bool const Picking );
// members
drivermode_input m_input;
@@ -109,4 +108,5 @@ private:
double m_primaryupdateaccumulator { m_secondaryupdaterate }; // keeps track of elapsed simulation time, for core fixed step routines
double m_secondaryupdateaccumulator { m_secondaryupdaterate }; // keeps track of elapsed simulation time, for less important fixed step routines
int iPause { 0 }; // wykrywanie zmian w zapauzowaniu
command_relay m_relay;
};