mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 01:59:19 +02:00
Projekt się buduje, ale ma 3k warningów.
This commit is contained in:
@@ -111,11 +111,11 @@ bool TTractionPowerSource::Update(double dt)
|
||||
{
|
||||
SlowFuse = true;
|
||||
ErrorLog("Power overload: \"" + gMyNode->asName + "\" disabled for " +
|
||||
AnsiString(SlowFuseTimeOut) + "s");
|
||||
to_string(SlowFuseTimeOut) + "s");
|
||||
}
|
||||
else
|
||||
ErrorLog("Power overload: \"" + gMyNode->asName + "\" disabled for " +
|
||||
AnsiString(FastFuseTimeOut) + "s");
|
||||
to_string(FastFuseTimeOut) + "s");
|
||||
FuseTimer = 0;
|
||||
}
|
||||
if (FastFuse || SlowFuse)
|
||||
|
||||
Reference in New Issue
Block a user