diff options
Diffstat (limited to 'src/engine.cpp')
-rw-r--r-- | src/engine.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp index a814613f1..beb755df5 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -747,8 +747,9 @@ void EnginesMonthlyLoop() e->flags |= ENGINE_EXCLUSIVE_PREVIEW; /* Do not introduce new rail wagons */ - if (!IsWagon(e->index)) + if (!IsWagon(e->index)) { e->preview_company_rank = 1; // Give to the company with the highest rating. + } } } } |