summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/train_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp
index bfaccf2a3..80a88ef48 100644
--- a/src/train_cmd.cpp
+++ b/src/train_cmd.cpp
@@ -2300,7 +2300,7 @@ static void HandleLocomotiveSmokeCloud(const Train *v)
{
bool sound = false;
- if ((v->vehstatus & VS_TRAIN_SLOWING) || v->load_unload_time_rem != 0 || v->cur_speed < 2) {
+ if ((v->vehstatus & VS_TRAIN_SLOWING) || v->cur_speed < 2) {
return;
}