(svn r12084) -Fix: 'Early retirement'-properties are signed.

This commit is contained in:
frosch
2008-02-08 15:34:54 +00:00
parent bf15bc9c57
commit 2173b03144
2 changed files with 4 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ struct EngineInfo {
byte refit_cost;
byte misc_flags;
byte callbackmask;
byte retire_early; ///< Number of years early to retire vehicle
int8 retire_early; ///< Number of years early to retire vehicle
StringID string_id; ///< Default name of engine
};