File diff r25584:37056c3329ca → r25585:53810459092f
src/saveload/depot_sl.cpp
Show inline comments
 
@@ -25,7 +25,6 @@ static const SaveLoad _depot_desc[] = {
 
	 SLE_CONDVAR(Depot, town_cn,    SLE_UINT16,               SLV_141, SL_MAX_VERSION),
 
	SLE_CONDSSTR(Depot, name,       SLE_STR,                  SLV_141, SL_MAX_VERSION),
 
	 SLE_CONDVAR(Depot, build_date, SLE_INT32,                SLV_142, SL_MAX_VERSION),
 
	 SLE_END()
 
};
 

	
 
static void Save_DEPT()