Initial whitespace, formatting, file headers and NULL usage fixes.
This commit is contained in:
@@ -1772,7 +1772,7 @@ void CheckOrders(const Vehicle *v)
|
||||
|
||||
/* Only check every 20 days, so that we don't flood the message log */
|
||||
/* The check is skipped entirely in case the current vehicle is virtual (a.k.a a 'template train') */
|
||||
if (v->owner == _local_company && v->day_counter % 20 == 0 && !HasBit(v->subtype, GVSF_VIRTUAL) ) {
|
||||
if (v->owner == _local_company && v->day_counter % 20 == 0 && !HasBit(v->subtype, GVSF_VIRTUAL)) {
|
||||
const Order *order;
|
||||
StringID message = INVALID_STRING_ID;
|
||||
|
||||
|
Reference in New Issue
Block a user