Reset overall lifetime profit to 0 when renewing vehicle.

pull/11/head
Jonathan G Rennison 7 years ago
parent 179e6df800
commit 529aafd257

@ -669,6 +669,7 @@ public:
this->profit_this_year = src->profit_this_year;
this->profit_last_year = src->profit_last_year;
this->profit_lifetime = -this->profit_this_year;
}

Loading…
Cancel
Save