diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/train_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp index 7fd874732..46bbb1d8f 100644 --- a/src/train_cmd.cpp +++ b/src/train_cmd.cpp @@ -2773,7 +2773,7 @@ uint Train::Crash(bool flooded) { uint pass = 0; if (this->IsFrontEngine()) { - pass += 4; // driver + pass += 2; // driver /* Remove the reserved path in front of the train if it is not stuck. * Also clear all reserved tracks the train is currently on. */ |