mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 190411. configurable diesel-electric engine momentum, minor bug fixes
This commit is contained in:
@@ -6625,14 +6625,16 @@ void TController::DirectionForward(bool forward)
|
||||
// do przodu w obecnej kabinie
|
||||
while( ( mvOccupied->ActiveDir <= 0 )
|
||||
&& ( mvOccupied->DirectionForward() ) ) {
|
||||
; // all work is done in the header
|
||||
// force scan table update
|
||||
iTableDirection = 0;
|
||||
}
|
||||
}
|
||||
else {
|
||||
// do tyłu w obecnej kabinie
|
||||
while( ( mvOccupied->ActiveDir >= 0 )
|
||||
&& ( mvOccupied->DirectionBackward() ) ) {
|
||||
; // all work is done in the header
|
||||
// force scan table update
|
||||
iTableDirection = 0;
|
||||
}
|
||||
}
|
||||
if( mvOccupied->TrainType == dt_SN61 ) {
|
||||
|
||||
Reference in New Issue
Block a user