(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 3cc31aae86
commit c9018d3e7c
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 {