File diff r19232:d9c6c042a8d5 → r19233:bd16563de8bd
src/saveload/autoreplace_sl.cpp
Show inline comments
 
@@ -20,6 +20,7 @@ static const SaveLoad _engine_renew_desc
 

	
 
	    SLE_REF(EngineRenew, next,     REF_ENGINE_RENEWS),
 
	SLE_CONDVAR(EngineRenew, group_id, SLE_UINT16, 60, SL_MAX_VERSION),
 
	SLE_CONDVAR(EngineRenew, replace_when_old, SLE_BOOL, 175, SL_MAX_VERSION),
 
	SLE_END()
 
};