(svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables
This commit is contained in:
@@ -39,7 +39,7 @@ EngineOverrideManager _engine_mngr;
|
||||
|
||||
/** Year that engine aging stops. Engines will not reduce in reliability
|
||||
* and no more engines will be introduced */
|
||||
Year _year_engine_aging_stops;
|
||||
static Year _year_engine_aging_stops;
|
||||
|
||||
/** Number of engines of each vehicle type in original engine data */
|
||||
const uint8 _engine_counts[4] = {
|
||||
|
Reference in New Issue
Block a user