(svn r20211) -Codechange: Indented code should have curly braces around it.
This commit is contained in:
@@ -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.
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user