diff --git a/src/elrail.cpp b/src/elrail.cpp index 3a4275dddc..79e9aa2be3 100644 --- a/src/elrail.cpp +++ b/src/elrail.cpp @@ -600,8 +600,7 @@ bool SettingsDisableElrail(int32 p1) FOR_ALL_TRAINS(t) { /* power and acceleration is cached only for front engines */ if (t->IsFrontEngine()) { - t->PowerChanged(); - t->UpdateAcceleration(); + t->ConsistChanged(true); } }