mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 22:39:18 +02:00
fixes for EZT and coupler config parsing, minor re-arrangement of the main loop.
This commit is contained in:
@@ -2643,10 +2643,10 @@ void TTrain::UpdateMechPosition(double dt)
|
||||
pMechPosition += DynamicObject->GetPosition();
|
||||
};
|
||||
|
||||
bool TTrain::Update()
|
||||
bool TTrain::Update( double const Deltatime )
|
||||
{
|
||||
DWORD stat;
|
||||
double dt = Timer::GetDeltaTime();
|
||||
double dt = Deltatime; // Timer::GetDeltaTime();
|
||||
if (DynamicObject->mdKabina)
|
||||
{ // Ra: TODO: odczyty klawiatury/pulpitu nie
|
||||
// powinny być uzależnione od istnienia modelu
|
||||
|
||||
Reference in New Issue
Block a user