File diff r19232:d9c6c042a8d5 → r19233:bd16563de8bd
src/autoreplace_base.h
Show inline comments
 
@@ -37,6 +37,7 @@ struct EngineRenew : EngineRenewPool::Po
 
	EngineID to;
 
	EngineRenew *next;
 
	GroupID group_id;
 
	bool replace_when_old; ///< Do replacement only when vehicle is old.
 

	
 
	EngineRenew(EngineID from = INVALID_ENGINE, EngineID to = INVALID_ENGINE) : from(from), to(to) {}
 
	~EngineRenew() {}