(svn r14926) -Feature: Automatically set last engine ageing year to the last 'introduction year plus half model life', to allow engines later than 2050 to appear.

This commit is contained in:
2009-01-08 21:48:59 +00:00
parent b522f73ba8
commit 0052c85002
3 changed files with 30 additions and 7 deletions

View File

@@ -6039,6 +6039,8 @@ static void AfterLoadGRFs()
}
}
SetYearEngineAgingStops();
/* Deallocate temporary loading data */
free(_gted);
_grm_sprites.clear();