(svn r9825) -Codechange: [NewGRF] Add support for early vehicle retirement.

This commit is contained in:
peter1138
2007-05-10 23:10:23 +00:00
parent 304075b389
commit f7ccb6e31e
4 changed files with 31 additions and 13 deletions

View File

@@ -105,6 +105,7 @@ struct EngineInfo {
byte refit_cost;
byte misc_flags;
byte callbackmask;
byte retire_early; ///< Number of years early to retire vehicle
};
struct Engine {