(svn r17085) -Codechange: unify the place where vehicle's cargo ages
This commit is contained in:
@@ -4485,8 +4485,6 @@ Money Train::GetRunningCost() const
|
||||
|
||||
bool Train::Tick()
|
||||
{
|
||||
if (_age_cargo_skip_counter == 0) this->cargo.AgeCargo();
|
||||
|
||||
this->tick_counter++;
|
||||
|
||||
if (this->IsFrontEngine()) {
|
||||
|
Reference in New Issue
Block a user