mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 20:29:17 +02:00
merge2 (incomplete)
This commit is contained in:
@@ -481,7 +481,7 @@ void TController::TableTraceRoute(double fDistance, TDynamicObject *pVehicle)
|
||||
}
|
||||
// kontynuacja skanowania od ostatnio sprawdzonego toru (w ostatniej pozycji zawsze jest tor)
|
||||
if( ( SemNextStopIndex != -1 )
|
||||
&& ( sSpeedTable[SemNextStopIndex].fVelNext < 1.0 ) ) {
|
||||
&& ( sSpeedTable[SemNextStopIndex].fVelNext == 0.0 ) ) {
|
||||
// znaleziono semafor lub tarczę lub tor z prędkością zero, trzeba sprawdzić czy to nadał semafor
|
||||
// jeśli jest następny semafor to sprawdzamy czy to on nadał zero
|
||||
if( ( OrderCurrentGet() & Obey_train )
|
||||
|
||||
Reference in New Issue
Block a user