(svn r17085) -Codechange: unify the place where vehicle's cargo ages

This commit is contained in:
smatz
2009-08-06 12:44:10 +00:00
parent 4a39f236fa
commit 096aca2479
5 changed files with 2 additions and 29 deletions

View File

@@ -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()) {