mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 03:09:18 +02:00
ai braking logic tweaks and bug fixes
This commit is contained in:
@@ -4365,7 +4365,8 @@ bool TTrain::Update( double const Deltatime )
|
||||
// Odskakiwanie hamulce EP
|
||||
if( false == (
|
||||
( input::command == user_command::trainbrakeset )
|
||||
|| ( input::command == user_command::trainbrakedecrease ) ) ) {
|
||||
|| ( input::command == user_command::trainbrakedecrease )
|
||||
|| ( input::command == user_command::trainbrakecharging ) ) ) {
|
||||
set_train_brake( 0 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user